diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-12 20:18:04 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-12 20:18:04 -0400 |
commit | ded3ff17a6b9867b2938b3393309f2c07a8c9725 (patch) | |
tree | 58733ec5ea2211dc14c64120e0c573ab58441097 /libre/libretools | |
parent | ae72b2ca7d3b5df0435de15ca74581dee2c6499c (diff) | |
download | abslibre-ded3ff17a6b9867b2938b3393309f2c07a8c9725.tar.gz abslibre-ded3ff17a6b9867b2938b3393309f2c07a8c9725.tar.bz2 abslibre-ded3ff17a6b9867b2938b3393309f2c07a8c9725.zip |
update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 672641d63..2adc0d044 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,9 +9,11 @@ pkgdesc="Programs for Parabola development" url="https://git.parabola.nu/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20170505 -source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('f95b1150cd1494decfaa345d7f941a313a4e13a76ca31099a64e2c747d6717e5') +pkgver=20170512 +source=(https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) +sha256sums=('9a351442b656e47a3542b411f4ffc3d49a4f541534b4556c83289d5a3c026a2a' + 'SKIP') +validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker pkgrel=1 arch=('any') |