diff options
Diffstat (limited to 'libre/dbscripts/PKGBUILD')
-rw-r--r-- | libre/dbscripts/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/dbscripts/PKGBUILD b/libre/dbscripts/PKGBUILD index f565cc0e5..d3d407ef0 100644 --- a/libre/dbscripts/PKGBUILD +++ b/libre/dbscripts/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=dbscripts -pkgver=20180610 +pkgver=20180611 pkgdesc='Server-side programs for Parabola Pacman repositories' url='https://git.parabola.nu/packages/dbscripts.git/' license=('GPL') @@ -25,11 +25,11 @@ arch=('any') depends=('librelib>=20180428' 'xbs>=20180326' rsync) checkdepends=(libretools) source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) -sha256sums=('e1460726210d9fe3e423d3c86e13f3bc83f436fbd0af876f73cec2551a911ac3' +sha256sums=('0a905e91d3ac60968758ef47ad3a7dc2ec989c1ffb31c976dfb170427856e87d' 'SKIP') validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker -_gitver='commit=9233d18f7487c2d2b969a4b72ae9976f1dc757cd' +_gitver='commit=12dfdd5944ae78ff4dd6cbe0cd96a09a0d99f595' mksource=("$pkgname-$pkgver::git://git.parabola.nu/packages/dbscripts.git/#$_gitver") mkmd5sums=('SKIP') @@ -38,7 +38,7 @@ package() { cp -a "$srcdir/$pkgname-$pkgver" "$pkgdir/opt/$pkgname" mkdir -p "$pkgdir"/usr/bin - find "$pkgdir/opt/$pkgname" -maxdepth 1 -type f -executable -exec ln -sr {} "$pkgdir"/usr/bin \; + find "$pkgdir/opt/$pkgname" -maxdepth 1 -type f -executable -not -name 'config-*' -exec ln -sr {} "$pkgdir"/usr/bin \; mkdir -p "$pkgdir"/etc/$pkgname local file |