diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-20 12:08:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-20 12:08:53 -0400 |
commit | c89c243b6edd05183827aaca0342097b44249952 (patch) | |
tree | 876d345a0444a18b79bfde00e4bc0ed98e46b462 /libre/dbscripts | |
parent | 369910ec4cdde8a2fc9bb755c7800c34173a8e69 (diff) | |
download | abslibre-c89c243b6edd05183827aaca0342097b44249952.tar.gz abslibre-c89c243b6edd05183827aaca0342097b44249952.tar.bz2 abslibre-c89c243b6edd05183827aaca0342097b44249952.zip |
libre/dbscripts: Update 2018{0826→0920}
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index 8abbbe1cc..b3813577f 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180826 +pkgver=20180920 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -14,10 +14,6 @@ backup=( etc/$pkgname/config.local.packages etc/$pkgname/config.local.parabola etc/$pkgname/db-cleanup.conf - etc/$pkgname/db-import-packages.conf - etc/$pkgname/db-import-community.conf - etc/$pkgname/db-import-archlinux32.conf - etc/$pkgname/db-import-archlinuxarm.conf ) pkgrel=1 @@ -25,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=('32cdfef386b425bfa86b8023869187e165035f4d957645b1d41afdb857fc0928' +sha256sums=('1fa981e1b594d190b8af422777332224b38705620325fdf683fd754a5de7fb0c' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=ef6a4bbf93b81dc42efaa05b510d175d354dddba' +_gitver='commit=8d6e8328d115c4bef9c6458cf8b3dc521ade4c0c' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |