diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-06-22 16:13:19 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-06-22 16:13:19 -0400 |
commit | e63fdfbb73e774b478df83e4c6648fb95ae55f0e (patch) | |
tree | 57079657560871779347411b2c45d08c4c6f90e4 /libre/dbscripts | |
parent | 3598ff9a940d42153a2d3b673c277d617b4292a7 (diff) | |
download | abslibre-e63fdfbb73e774b478df83e4c6648fb95ae55f0e.tar.gz abslibre-e63fdfbb73e774b478df83e4c6648fb95ae55f0e.tar.bz2 abslibre-e63fdfbb73e774b478df83e4c6648fb95ae55f0e.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 54ffb3d37..d89fc42cc 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180612 +pkgver=20180622 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=('e2b48d394cdbc09814439381f571ae768018f9b2f20547497b655adac88dd4c5' +sha256sums=('3e2576ce723297c30099438d607894809b923c63070a93bf0e57a754b6b757c9' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=77b61a24ab1e71f65215c968ba7b118b6ac5e10a' +_gitver='commit=11509e41dcddc8459b088d41dacf47f2d556007c' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |