diff options
author | David P <megver83@parabola.nu> | 2017-05-29 09:40:06 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-05-29 09:40:06 -0400 |
commit | 001261faf13f1621e74bd84474071624e809900b (patch) | |
tree | f8d4354517bfb2a988e97904d311efbe739379d2 /libre/dbscripts | |
parent | 1b6928f07dae80d8585df5b72b1ae46b48c666d5 (diff) | |
parent | 6fb3d8326b1e2cd10552bbb0255db43325711681 (diff) | |
download | abslibre-001261faf13f1621e74bd84474071624e809900b.tar.gz abslibre-001261faf13f1621e74bd84474071624e809900b.tar.bz2 abslibre-001261faf13f1621e74bd84474071624e809900b.zip |
Merge branch 'master' of git://git.parabola.nu/abslibre/abslibre
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') |