diff options
author | Joseph Graham <joseph@xylon.me.uk> | 2017-05-28 22:43:40 +0100 |
---|---|---|
committer | Joseph Graham <joseph@xylon.me.uk> | 2017-05-28 22:43:40 +0100 |
commit | 6fb3d8326b1e2cd10552bbb0255db43325711681 (patch) | |
tree | 627fd8c6f1d13945dcf29a160305ae991c10f696 /libre/dbscripts | |
parent | 6dfefe4710f3f437c7d046e6d347da34c296bc2c (diff) | |
download | abslibre-6fb3d8326b1e2cd10552bbb0255db43325711681.tar.gz abslibre-6fb3d8326b1e2cd10552bbb0255db43325711681.tar.bz2 abslibre-6fb3d8326b1e2cd10552bbb0255db43325711681.zip |
New release of dbscripts
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 c174cb11b..f8fed1327 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20170527.1 +pkgver=20170528.1 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -18,9 +18,9 @@ arch=('any') depends=(librelib xbs rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('60bfcc826b8c6c60e80ba520e041686e') +md5sums=('f3cb32da921b94e3d23f13b5867ea056') -_gitver='commit=54ce226dc304ed13befb747edc329d09467b8cbd' +_gitver='commit=f1e8333af08142217e1a468790fd4e9922396b55' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |