diff options
-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 08b4320cc..ce0246283 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180507 +pkgver=20180507.1 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=('df223d0a2fc291c00ab5c1d710183e32b3b8c637a3e6a6eabd9b9671bf27d6d2' +sha256sums=('dffe9b25ed9a4629e49a8bd472f67cc47824daa5393f142ca572ded238f08e56' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=fef7b4f6e946d50fcc37a5b8a795ba1ee6a2cfc6' +_gitver='commit=a9f1927584a312900e7db29cee7daa548301ec9f' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |