summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-01-03 17:07:59 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-01-03 17:07:59 -0500
commitc5e23a92aa94792fe0f235fb4d767e98c41521dc (patch)
tree0e61619a53b147142fa7fbf4f5df114f5a0b6993 /libre/libretools
parent8d3133cfa2e60591bd93ad9484d99ec03dcce9ba (diff)
libre/libretools: upgpkg 20180103
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index d3336efb3..208e97a3e 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=20170913
+pkgver=20180103
source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('15cebecacf6469311fbd05f38fca66175b335fac09ee7231734c42c721011d06'
+sha256sums=('802375c1549cacb51def8c3be8554d8381f9a6eac8f599fca886a670737fec0e'
'SKIP')
validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker
@@ -89,14 +89,14 @@ package_libretools() {
make # `librefetch`
openssh # `librerelease`
rsync # `librerelease` and `makechrootpkg.sh`
- 'systemd>=234' # systemd-nspawn
+ 'systemd-tools>=234' # systemd-nspawn
tokyocabinet # `toru`
#namcap # Namcap is currently dissabled in libremakepkg :-(
#subversion # `diff-unfree` # ignore because of xbs
wget # `aur`, optdepend for librelib:`blacklist`
)
optdepends=(
- 'binfmt-qemu-static: To build ARM packages from x86'
+ 'qemu-user-static-binfmt: To build ARM packages from x86'
)
cd "$srcdir/$pkgbase-$pkgver"