diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index ac7c681d0..f0d9c2bbe 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20170214.1 +pkgver=20170527.1 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -18,7 +18,7 @@ arch=('any') depends=(librelib xbs rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('27c36edddc9ec6fa7f641dad1721f891') +md5sums=('60bfcc826b8c6c60e80ba520e041686e') _gitver='commit=92583e52b6b785b0c5c740948cb09738f3027275' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") |