diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-26 16:42:22 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-26 16:42:22 -0400 |
commit | 941c3caed9f5220c2a9baa187eea1164b18fb6fc (patch) | |
tree | 49e570b60cc7a224430953d311ad03a50c0b4596 /libre/dbscripts | |
parent | 32d7819dd155c1ef3d66191b9ddaef84d1a22f6c (diff) | |
download | abslibre-941c3caed9f5220c2a9baa187eea1164b18fb6fc.tar.gz abslibre-941c3caed9f5220c2a9baa187eea1164b18fb6fc.tar.bz2 abslibre-941c3caed9f5220c2a9baa187eea1164b18fb6fc.zip |
libre/dbscripts: Update 20180925.{1→2}
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 d3e2c7069..6e83b1ccb 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180925.1 +pkgver=20180925.2 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -23,11 +23,11 @@ pkgrel=1 arch=('any') depends=('librelib>=20180428' libretools rsync expac mktorrent) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('e65cec8bf49336a334c33ff6dc823dcb2d5734f6bc0ac8f151efd67924f3cd33' +sha256sums=('b57ddc8f26633d2770b5ec29371a90fcba5a6c564be05952a5590872e3d293ab' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=02bba05a6a170a5534c933f7a25f3f1ea488545a' +_gitver='commit=013531bb6b11eb250cc897ef487532a34a1da836' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |