diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-20 15:30:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-20 15:30:20 -0400 |
commit | 2fcd6dc2f83c22d2ce6a15ee43d235989ec2fd1e (patch) | |
tree | 585294d0bef2838d37746a8b8c4d7fee264e26fd /libre/libretools | |
parent | c89c243b6edd05183827aaca0342097b44249952 (diff) | |
download | abslibre-2fcd6dc2f83c22d2ce6a15ee43d235989ec2fd1e.tar.gz abslibre-2fcd6dc2f83c22d2ce6a15ee43d235989ec2fd1e.tar.bz2 abslibre-2fcd6dc2f83c22d2ce6a15ee43d235989ec2fd1e.zip |
libre/libretools: Update 2018{0829→0920}
Also, add the missing `gitget` dependency.
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index cb04bd4ce..e54eee61b 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,9 +9,9 @@ pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20180829 +pkgver=20180920 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('c25f88048d50671a1ab7f39b055c21af0d654d8ea3993a0885e2e2483fa9182e' +sha256sums=('ccdbfe5635a3591698818fddb5b7e6d48893f1de3929914b6381b68d934d3331' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker @@ -73,6 +73,7 @@ package_libretools() { 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` |