diff options
author | Joseph Graham <joseph@xylon.me.uk> | 2017-05-27 21:40:00 +0100 |
---|---|---|
committer | Joseph Graham <joseph@xylon.me.uk> | 2017-05-27 21:40:00 +0100 |
commit | 2a45acc36fa62614f5df23291f8c0cb2eddf0b05 (patch) | |
tree | 9d1b09ddf07877212af70fd144a53634e64d1d11 /libre/dbscripts | |
parent | 04e80f32d73b1a54e570560530bc6f6e7ac6ce5d (diff) | |
download | abslibre-2a45acc36fa62614f5df23291f8c0cb2eddf0b05.tar.gz abslibre-2a45acc36fa62614f5df23291f8c0cb2eddf0b05.tar.bz2 abslibre-2a45acc36fa62614f5df23291f8c0cb2eddf0b05.zip |
tried to update dbscripts seems it didn't work
Diffstat (limited to 'libre/dbscripts')
-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") |