diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-03 00:30:47 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-03 00:30:47 -0400 |
commit | ec804b17faf5e886089efb9db09ba17541d93679 (patch) | |
tree | d6eb887d6e386c1e4e9ef0f8b6a5a70b07077c77 /libre/dbscripts | |
parent | 2c8a6f9a36cb0d9e78b1c3846c0a96ece3045f83 (diff) | |
download | abslibre-ec804b17faf5e886089efb9db09ba17541d93679.tar.gz abslibre-ec804b17faf5e886089efb9db09ba17541d93679.tar.bz2 abslibre-ec804b17faf5e886089efb9db09ba17541d93679.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 3315e9959..9764b0199 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180502.1 +pkgver=20180502.2 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=('838864f3d061616b27355d7fab2fa8632a65c4a354ad98321f2cd11e94668df9' +sha256sums=('48036bcede09c1e8e9b1297cc5f01e1976a9f82b3bbb9a6baa8bbf9a866c4ac9' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=90ce65c0d0c0315a3213762cee052108fbee937d' +_gitver='commit=1a3f6289ccfbb15cd8e8c3d28a8ee198fa477a30' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |