diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-25 19:14:55 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-09-25 19:14:55 -0400 |
commit | 33cc6ce8b221b454753f952ed5c3c0eedaf11edb (patch) | |
tree | 116ad631914a9143423e93f088d7d0cf74543044 | |
parent | 4c912953cd3a6472c77044019759bbe7ee94a5f7 (diff) | |
download | abslibre-33cc6ce8b221b454753f952ed5c3c0eedaf11edb.tar.gz abslibre-33cc6ce8b221b454753f952ed5c3c0eedaf11edb.tar.bz2 abslibre-33cc6ce8b221b454753f952ed5c3c0eedaf11edb.zip |
libre/dbscripts: Update 201809{24→25}
-rw-r--r-- | libre/dbscripts/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index c01560505..276e578d8 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180924 +pkgver=20180925 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -14,18 +14,20 @@ backup=( etc/$pkgname/config.local.packages etc/$pkgname/config.local.parabola etc/$pkgname/db-cleanup.conf + etc/$pkgname/db-import-archlinuxarm.conf + etc/$pkgname/db-import-keyring.conf + etc/$pkgname/torrent.conf ) pkgrel=1 arch=('any') -depends=('librelib>=20180428' rsync expac) -checkdepends=(libretools) +depends=('librelib>=20180428' libretools rsync expac mktorrent) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('7005a462527b55e2b99ca1ae7550053dc7bb267101347511c4d62ca5deca5c23' +sha256sums=('159b65b325e64e45ea14fe3a40bed21aebf42864b39ed65cbe9c004f920e06c9' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=1dff5a4284daed3b65722e008456a21b19e3960f' +_gitver='commit=d99563bd1985a402c4d94c0e611239ae8e94c22a' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |