diff options
-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') |