mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 00:05:00 -05:00
upgrade alt-version-switcher, grep for failed in docker build
This commit is contained in:
parent
c352852769
commit
a426bfd31f
@ -38,3 +38,5 @@ rm -f "$PKGDEST/"*.tar.gz.old
|
||||
[ "$failed" != '' ] && echo "failed packages: $failed"
|
||||
|
||||
echo -n "$failed" > "$PKGDEST/failed.txt"
|
||||
|
||||
grep -- '---failed---$' "$PKGDEST/build.log"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
|
||||
pkgname=alt-version-switcher
|
||||
_pkgname=alt
|
||||
pkgver=1.0.2
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc='Tool for switching between different versions of commands'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -11,7 +11,7 @@ depends=()
|
||||
conflicts=('alt' 'alt-git')
|
||||
makedepends=('rust' 'cargo' 'git')
|
||||
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('fb1ff6699d5abd085bea3dc67b8a75aa2c43bc5718c2861bca23cbb5a12dc31006f0591ddb559ff1f3ac3e66ff3a3c18c5030ad1633213a6abbd58d6e53a5efc')
|
||||
sha512sums=('8b7cc468ccfd6fe131815bb205cac6fb5fe6ce2a23cb622284b25ae25b83feca3d8c91a8431fa53cdc69b89bd19feffb3b2730b418d27652e72880f203ed6889')
|
||||
|
||||
build() {
|
||||
cd "$_pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user