diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-03 16:55:40 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-03 16:55:40 -0500 |
commit | 8d3133cfa2e60591bd93ad9484d99ec03dcce9ba (patch) | |
tree | 82a3ea536b0aee74da5bff253f75663b80fd0f43 /libre/libretools/PKGBUILD | |
parent | 880b240b2b4fbe3b1dfe239e90d800a389de78a7 (diff) | |
download | abslibre-8d3133cfa2e60591bd93ad9484d99ec03dcce9ba.tar.gz abslibre-8d3133cfa2e60591bd93ad9484d99ec03dcce9ba.tar.bz2 abslibre-8d3133cfa2e60591bd93ad9484d99ec03dcce9ba.zip |
libre/libretools: upgpkg 20170913
Apparently I forgot to commit it here when I pushed 20170913.
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r-- | libre/libretools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index e551f4abf..d3336efb3 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=20170709.1 +pkgver=20170913 source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) -sha256sums=('1d74e007a33e46db11ecb14d7e501eabb3f6f4feb18d223329de9ce68cd70c91' +sha256sums=('15cebecacf6469311fbd05f38fca66175b335fac09ee7231734c42c721011d06' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker @@ -89,7 +89,7 @@ package_libretools() { make # `librefetch` openssh # `librerelease` rsync # `librerelease` and `makechrootpkg.sh` - systemd # systemd-nspawn + 'systemd>=234' # systemd-nspawn tokyocabinet # `toru` #namcap # Namcap is currently dissabled in libremakepkg :-( #subversion # `diff-unfree` # ignore because of xbs |