diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-10-26 13:32:15 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-10-26 13:32:15 -0500 |
commit | 08f7e773074d14f42cd6fd7a339f2865fb4cf31b (patch) | |
tree | 8f77a9f58933ba28fd01acf8fbcd7e90a7b15639 /libre/libretools/PKGBUILD | |
parent | f238cbfec2a2b0ea311880c22c41986e0496dd35 (diff) | |
download | abslibre-08f7e773074d14f42cd6fd7a339f2865fb4cf31b.tar.gz abslibre-08f7e773074d14f42cd6fd7a339f2865fb4cf31b.tar.bz2 abslibre-08f7e773074d14f42cd6fd7a339f2865fb4cf31b.zip |
libretools-20181004-6.1: rebuild against pacman-5.2.0
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r-- | libre/libretools/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 93713c2b8..423a7bb20 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,20 +9,22 @@ pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20190906 +pkgver=20181004 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig} - 0001-libremakepkg-rw-startdir.patch) + 0001-libremakepkg-rw-startdir.patch + 0002-libremakepkg-pacman_5_2.patch) sha256sums=('2bdefd1803ba3e6cbd1eb955fad3de9ce8a4abfd23a0bd96a60772762df7b53b' 'SKIP' - '19ed0fd21c9c789dd336b63b22094c45363b6ac5d7d1ab0eecd852d7f00d1883') + '19ed0fd21c9c789dd336b63b22094c45363b6ac5d7d1ab0eecd852d7f00d1883' + '8986adf14a81b979b2ff4c4e3e76483115c146782e4ba30640649299f98355df') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -pkgrel=1 +pkgrel=6.1 arch=('any') makedepends=(ruby-ronn) checkdepends=( bash-bats git - 'pacman>=5.1.1-1.parabola5' 'pacman<5.2' + 'pacman>=5.1.1-1.parabola5' 'pacman<5.3' expac openssh rsync @@ -32,6 +34,7 @@ checkdepends=( prepare() { cd "$srcdir/$pkgbase-$pkgver" patch -N -p1 -i $srcdir/0001-libremakepkg-rw-startdir.patch + patch -N -p1 -i $srcdir/0002-libremakepkg-pacman_5_2.patch } build() { @@ -92,7 +95,7 @@ package_libretools() { depends=( "librelib=$pkgver" "gitget=$pkgver" # `createworkdir` - 'pacman>=5.1.1-1.parabola5' 'pacman<5.2' + 'pacman>=5.1.1-1.parabola5' 'pacman<5.3' arch-install-scripts # `mkarchroot` uses `pacstrap` binutils # `libremakepkg` uses `makepkg` uses `strip` expac # `libredbdiff` |