diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-01 20:36:24 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-01 20:36:24 -0400 |
commit | bac495652b6204fcdc5cab27d47df89c4ec43731 (patch) | |
tree | 3e3ec32285f946a4790d91f831fed3a67cb9f97e /libre/dbscripts | |
parent | 31d5da87ccf479475592b09cf7e0ee592c446364 (diff) | |
download | abslibre-bac495652b6204fcdc5cab27d47df89c4ec43731.tar.gz abslibre-bac495652b6204fcdc5cab27d47df89c4ec43731.tar.bz2 abslibre-bac495652b6204fcdc5cab27d47df89c4ec43731.zip |
libre/dbscripts: upgpkg
Diffstat (limited to 'libre/dbscripts')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index d31919368..a684f08da 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=dbscripts -pkgver=20180326 +pkgver=20180401 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -18,9 +18,9 @@ arch=('any') depends=(librelib 'xbs>=20180326' rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('4eea5c76c8bd4e142325cdb5ee2fb47b7df8ed6847a88189a4036b13d47c14ef') +sha256sums=('d9bcd1dd2596100087bb063dc63c9621d4bf9c45d248cf855744669157c9c63a') -_gitver='commit=4075f9ed3631ac04042678ffeffa74e166d12b15' +_gitver='commit=ffedeab545c1c4f45f315adbdc7a42dea707f455' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') |