diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-05 11:05:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-05 11:05:52 -0400 |
commit | f31ed8bd94b66faaf4b79152b88ba62b390c71a6 (patch) | |
tree | b8d976e9dd4170d0128dd0597966d50bc35679bd /libre/dbscripts | |
parent | 68f7407224377c6769fd567bef1b49337bec55b6 (diff) | |
download | abslibre-f31ed8bd94b66faaf4b79152b88ba62b390c71a6.tar.gz abslibre-f31ed8bd94b66faaf4b79152b88ba62b390c71a6.tar.bz2 abslibre-f31ed8bd94b66faaf4b79152b88ba62b390c71a6.zip |
libre/dbscripts: Update
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 9764b0199..07648977b 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180502.2 +pkgver=20180505 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -25,11 +25,11 @@ arch=('any') depends=('librelib>=20180428' 'xbs>=20180326' rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('48036bcede09c1e8e9b1297cc5f01e1976a9f82b3bbb9a6baa8bbf9a866c4ac9' +sha256sums=('71d85b9cec9e78910bf1b779f4b4237c13675b4c9b262a0524aad0ab9d5053ea' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=1a3f6289ccfbb15cd8e8c3d28a8ee198fa477a30' +_gitver='commit=8393137cd49de14f0f74caee8e93fa43ca881e2b' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |