diff options
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index c5b1d20c9..503c2c15e 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20170117 +pkgver=20170120 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -17,10 +17,10 @@ arch=('any') depends=(librelib xbs rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('54e78ce9eef32af70f19fc07f7f389a3') +md5sums=('0f0f7cd2038ff501cf636fe8dc79d176') -_gitver=f63607c450b303b8700e29ad1270b30eadec5888 -mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#commit=$_gitver") +_gitver='commit=973daf0b56132ff451913fc127521ab5fcd5d033' +mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') package() { |