diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-07 20:35:10 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-07 20:35:10 -0400 |
commit | fec12820e84a7d7ad13aeacf2fbc1e7dae5ceeec (patch) | |
tree | c443e3bc6762f940749961fe7597bdb9be46fc31 /libre/dbscripts | |
parent | 22bd5c68a6168e314a941b2c4b4486d3643be206 (diff) | |
download | abslibre-fec12820e84a7d7ad13aeacf2fbc1e7dae5ceeec.tar.gz abslibre-fec12820e84a7d7ad13aeacf2fbc1e7dae5ceeec.tar.bz2 abslibre-fec12820e84a7d7ad13aeacf2fbc1e7dae5ceeec.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 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') |