diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-29 14:54:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-29 14:54:40 -0400 |
commit | b065f86475beb75d4ccfdea6b460a55037e7b509 (patch) | |
tree | 1d194b3886c3850d5e9b651a2265539cd5344fa6 /libre/dbscripts | |
parent | c7ce3fb4fd4f082a656255564a4ea1820812a369 (diff) | |
download | abslibre-b065f86475beb75d4ccfdea6b460a55037e7b509.tar.gz abslibre-b065f86475beb75d4ccfdea6b460a55037e7b509.tar.bz2 abslibre-b065f86475beb75d4ccfdea6b460a55037e7b509.zip |
libre/dbscripts: Update
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index 1d96d26a4..6ab9d01ef 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,12 +1,18 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180425 +pkgver=20180429 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') backup=( etc/$pkgname/config + etc/$pkgname/config.local + etc/$pkgname/config.local.archlinux32 + etc/$pkgname/config.local.archlinuxarm + etc/$pkgname/config.local.community + 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 @@ -19,9 +25,9 @@ arch=('any') depends=(librelib 'xbs>=20180326' rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('334b312bc6ce44d68f6f26f770e7fd61a7da6462d43c3cbfc607f0e3cddc71a3') +sha256sums=('a8b7f0f9c52ac9dd56bb85d9443239c8939edb3f5448bbe46b1cebd37c659000') -_gitver='commit=3867f0435b2d98278657fc47558ff44c9f554247' +_gitver='commit=b27f6fdadee4227ab32b8bf34fe609e5b44fdc35' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |