diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-17 20:56:20 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-17 20:57:09 -0500 |
commit | b6ee8b2bd2eb2210cb5aa4cb3f0d8a456540359a (patch) | |
tree | 3ad3136cab78d6d207322c41140b996c846d2af2 /libre/dbscripts | |
parent | 78ad3d19d1d2f5fb2d004f6e3a104507a53c7666 (diff) | |
download | abslibre-b6ee8b2bd2eb2210cb5aa4cb3f0d8a456540359a.tar.gz abslibre-b6ee8b2bd2eb2210cb5aa4cb3f0d8a456540359a.tar.bz2 abslibre-b6ee8b2bd2eb2210cb5aa4cb3f0d8a456540359a.zip |
libre/dbscripts: updkg
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index cb0fa8b76..c5b1d20c9 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,15 +1,13 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20160907 -_gitver=7cb14da25387cfb3c39e9064d2885e0246d9d183 +pkgver=20170117 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.testing - etc/$pkgname/db-check-nonfree.conf etc/$pkgname/db-import-archlinux.conf etc/$pkgname/db-import-archlinuxarm.conf ) @@ -19,13 +17,13 @@ arch=('any') depends=(librelib xbs rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('c426d022cac2d2a31f484a2fb76927a2') +md5sums=('54e78ce9eef32af70f19fc07f7f389a3') +_gitver=f63607c450b303b8700e29ad1270b30eadec5888 mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#commit=$_gitver") mkmd5sums=('SKIP') package() { - mkdir -p "$pkgdir"/opt cp -a "$srcdir/$pkgname-$pkgver" "$pkgdir/opt/$pkgname" |