diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-15 18:29:51 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-15 18:29:51 -0400 |
commit | 056a7c7c90a1f4ee0ef53e0dbd807b161dee1de1 (patch) | |
tree | 5d9302fc37deeefcb643ac50fde42927edd541f2 /libre/dbscripts | |
parent | d2ff450a33ef5c6f755f3e3abf406a502ed1b446 (diff) | |
download | abslibre-056a7c7c90a1f4ee0ef53e0dbd807b161dee1de1.tar.gz abslibre-056a7c7c90a1f4ee0ef53e0dbd807b161dee1de1.tar.bz2 abslibre-056a7c7c90a1f4ee0ef53e0dbd807b161dee1de1.zip |
libre/dbscripts: Update
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index d89fc42cc..7c82aa7c4 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180622 +pkgver=20180715 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -22,14 +22,14 @@ backup=( pkgrel=1 arch=('any') -depends=('librelib>=20180428' 'xbs>=20180326' rsync) +depends=('librelib>=20180428' rsync expac) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('3e2576ce723297c30099438d607894809b923c63070a93bf0e57a754b6b757c9' +sha256sums=('22f9ceccabe4ab423d59e71c197ab40578ca27f917db5a5407e0432c02f5c552' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=11509e41dcddc8459b088d41dacf47f2d556007c' +_gitver='commit=215381bd858ea7f04608b8f48e4175fa8b442572' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |