diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-21 19:38:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-21 19:38:25 -0400 |
commit | ccb69c89f79d7a2b48aadbf617248fc526278027 (patch) | |
tree | 61ebb9608b2609d52e88925c8222cec57f9b66a8 /libre/dbscripts | |
parent | 8490292117d620aba38939d18a561e76d6c5ab59 (diff) | |
download | abslibre-ccb69c89f79d7a2b48aadbf617248fc526278027.tar.gz abslibre-ccb69c89f79d7a2b48aadbf617248fc526278027.tar.bz2 abslibre-ccb69c89f79d7a2b48aadbf617248fc526278027.zip |
libre/dbscripts: Update 201809{20.1→21}
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 231166a86..5d18e09ce 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180920.1 +pkgver=20180921 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -21,11 +21,11 @@ arch=('any') depends=('librelib>=20180428' rsync expac) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('85ee11a10582b5942e8b2bd60c5f27472324a7055328acadaed352563aff95bf' +sha256sums=('dc2929784bce0796d416843947a288f57e6af258c544337eb8430394d436a2de' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=a67fcfc1bad706cd43674c2dbdd1919714d1af25' +_gitver='commit=dbb0f37a13926cf7b16de96b722e91bf9007a4da' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |