diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-07 14:22:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-07 14:22:55 -0400 |
commit | 2ed0db01e2fffac4e4fa9b2395067e564465d009 (patch) | |
tree | 0e753771b5621f53d3b19770f882ae9c43c1203d /libre/dbscripts | |
parent | 4ff819b3b4e9091793a98c0ee3d922676c0127c1 (diff) | |
download | abslibre-2ed0db01e2fffac4e4fa9b2395067e564465d009.tar.gz abslibre-2ed0db01e2fffac4e4fa9b2395067e564465d009.tar.bz2 abslibre-2ed0db01e2fffac4e4fa9b2395067e564465d009.zip |
libre/dbscripts: Update
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index 07648977b..08b4320cc 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180505 +pkgver=20180507 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -25,11 +25,11 @@ arch=('any') depends=('librelib>=20180428' 'xbs>=20180326' rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('71d85b9cec9e78910bf1b779f4b4237c13675b4c9b262a0524aad0ab9d5053ea' +sha256sums=('df223d0a2fc291c00ab5c1d710183e32b3b8c637a3e6a6eabd9b9671bf27d6d2' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=8393137cd49de14f0f74caee8e93fa43ca881e2b' +_gitver='commit=fef7b4f6e946d50fcc37a5b8a795ba1ee6a2cfc6' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |