diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-25 15:55:34 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-25 15:55:34 -0400 |
commit | 2211ae8da7d99402a3617e0d0c36e146fa8a36b2 (patch) | |
tree | 5a79333478f7e25086e33026c06ae65b061568d3 /libre | |
parent | 35c25be2b2b6fb895dd24bc35936e11f338e7de6 (diff) | |
download | abslibre-2211ae8da7d99402a3617e0d0c36e146fa8a36b2.tar.gz abslibre-2211ae8da7d99402a3617e0d0c36e146fa8a36b2.tar.bz2 abslibre-2211ae8da7d99402a3617e0d0c36e146fa8a36b2.zip |
libre/dbscripts: updpkg
Diffstat (limited to 'libre')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index 962c09c4d..1d96d26a4 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,14 +1,15 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180420 +pkgver=20180425 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') backup=( etc/$pkgname/config etc/$pkgname/db-cleanup.conf - etc/$pkgname/db-import-archlinux.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 ) @@ -18,9 +19,9 @@ arch=('any') depends=(librelib 'xbs>=20180326' rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('e25c30b24d47133826e1c06d46a7473614054d4ac53ef03d1671c325f82b8cba') +sha256sums=('334b312bc6ce44d68f6f26f770e7fd61a7da6462d43c3cbfc607f0e3cddc71a3') -_gitver='commit=12fa04f545d0d27c1082af4e416b31c7ded1da34' +_gitver='commit=3867f0435b2d98278657fc47558ff44c9f554247' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |