diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-10-05 12:53:58 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-10-05 12:53:58 -0400 |
commit | 82fd10307f48a12415a7e4fe07b85ce3f6e201cd (patch) | |
tree | 7465ae02fe31f49a16dd6b023f655bf8babc850d /libre/dbscripts | |
parent | fa5412400ac533871268235858110b9af9f5638a (diff) | |
download | abslibre-82fd10307f48a12415a7e4fe07b85ce3f6e201cd.tar.gz abslibre-82fd10307f48a12415a7e4fe07b85ce3f6e201cd.tar.bz2 abslibre-82fd10307f48a12415a7e4fe07b85ce3f6e201cd.zip |
libre/dbscripts: Update 201810{03.1→05}
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index 31b6b87a9..ecfa1ef56 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20181003.1 +pkgver=20181005 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -11,9 +11,11 @@ backup=( etc/$pkgname/config.local.archlinux32 etc/$pkgname/config.local.archlinuxarm etc/$pkgname/config.local.community + etc/$pkgname/config.local.import-ourarches etc/$pkgname/config.local.packages etc/$pkgname/config.local.parabola etc/$pkgname/db-cleanup.conf + etc/$pkgname/db-import-any.conf etc/$pkgname/db-import-archlinuxarm.conf etc/$pkgname/db-import-keyring.conf etc/$pkgname/torrent.conf @@ -23,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=('7feab7b5ff8591d4cf86854b29de285f658d80b5cde02479f7f4c8654ee59d54' +sha256sums=('d7f7aec731346c98920c762a11bc730a694eed68bbe6d2e93e2bc39fc9fe0de8' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=adb630c16299c81f8611c3337a12a611d098c996' +_gitver='commit=543cf0ace79d1e9dcd4c979ba3e63bf785ff36c3' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |