diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-11-03 14:36:47 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-11-03 14:36:47 -0500 |
commit | e339bfdd216d8ff8f599ca87a4d4f6fcbbf0075e (patch) | |
tree | b5424aba56230004db0b9be17f760a892dc29dd2 /nonsystemd/libretools | |
parent | 3e643018dadf19be27710e342b641e9d1ba89a92 (diff) | |
download | abslibre-e339bfdd216d8ff8f599ca87a4d4f6fcbbf0075e.tar.gz abslibre-e339bfdd216d8ff8f599ca87a4d4f6fcbbf0075e.tar.bz2 abslibre-e339bfdd216d8ff8f599ca87a4d4f6fcbbf0075e.zip |
libretools-20181004-1.nonsystemd1: updating version
Diffstat (limited to 'nonsystemd/libretools')
-rw-r--r-- | nonsystemd/libretools/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/nonsystemd/libretools/PKGBUILD b/nonsystemd/libretools/PKGBUILD index 47d913d04..3c7c69f4a 100644 --- a/nonsystemd/libretools/PKGBUILD +++ b/nonsystemd/libretools/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Márcio Silva <coadde@hyperbola.info> pkgname=libretools -pkgver=20180829 +pkgver=20181004 pkgrel=1 pkgrel+=.nonsystemd1 pkgdesc="Programs for Parabola development" @@ -20,6 +20,7 @@ conflicts=(devtools libretools-mips64el) replaces=(libretools-mips64el) depends=( "librelib=$pkgver" + "gitget=$pkgver" # `createworkdir` 'pacman>=5.1.1-1.parabola5' 'pacman<5.2' arch-install-scripts # `mkarchroot` uses `pacstrap` binutils # `libremakepkg` uses `makepkg` uses `strip` @@ -37,14 +38,16 @@ depends=( optdepends=('qemu-user-static-binfmt: To build ARM packages from x86') makedepends=(ruby-ronn) checkdepends=( - sh-roundup git + bash-bats git 'pacman>=5.1.1-1.parabola5' 'pacman<5.2' expac + openssh + rsync tokyocabinet ) source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} Remove-systemd-support.patch) -sha256sums=('c25f88048d50671a1ab7f39b055c21af0d654d8ea3993a0885e2e2483fa9182e' +sha256sums=('2bdefd1803ba3e6cbd1eb955fad3de9ce8a4abfd23a0bd96a60772762df7b53b' 'SKIP' '4257e7c5383df8c322d79f8e601893f71eeccbd1b9ceac76c8ebbc90fb609875') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker |