diff options
author | Joseph Graham <joseph@xylon.me.uk> | 2017-06-10 21:00:26 +0100 |
---|---|---|
committer | Joseph Graham <joseph@xylon.me.uk> | 2017-06-10 21:00:26 +0100 |
commit | 94764826020c3d89810b5a025f3b342b7491d301 (patch) | |
tree | c6a8b0453f76a06218616babf781ec742cef149b /libre/dbscripts | |
parent | 3bae36fd060268be0fcecbf3feb35852248116f7 (diff) | |
download | abslibre-94764826020c3d89810b5a025f3b342b7491d301.tar.gz abslibre-94764826020c3d89810b5a025f3b342b7491d301.tar.bz2 abslibre-94764826020c3d89810b5a025f3b342b7491d301.zip |
Updates pacman2pacman and it's script in 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 f8fed1327..581880c11 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20170528.1 +pkgver=20170610.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=('f3cb32da921b94e3d23f13b5867ea056') +md5sums=('b9d6265b04b7f5f50f903a5537d4c85c') -_gitver='commit=f1e8333af08142217e1a468790fd4e9922396b55' +_gitver='commit=961f0c5355e12120955d3dec08162237e5096c2b' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |