diff options
-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') |