diff options
Diffstat (limited to 'libre')
-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 ecfa1ef56..c1c0079e9 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20181005 +pkgver=20181008 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -25,11 +25,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=('d7f7aec731346c98920c762a11bc730a694eed68bbe6d2e93e2bc39fc9fe0de8' +sha256sums=('18036e202d5bf483c3f24cb6809f734331f70ef977c2534db3fe4be647ceebd4' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=543cf0ace79d1e9dcd4c979ba3e63bf785ff36c3' +_gitver='commit=10ba3e0f9a167946044baf325862382f25555464' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |