[arch-commits] Commit in gdbm/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Jan 4 22:41:26 UTC 2018
Date: Thursday, January 4, 2018 @ 22:41:25
Author: bpiotrowski
Revision: 314044
1.14.1-1: new upstream release
Modified:
gdbm/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-04 20:44:59 UTC (rev 314043)
+++ PKGBUILD 2018-01-04 22:41:25 UTC (rev 314044)
@@ -5,7 +5,7 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=gdbm
-pkgver=1.14
+pkgver=1.14.1
pkgrel=1
pkgdesc='GNU database library'
url='http://www.gnu.org/software/gdbm/gdbm.html'
@@ -15,7 +15,7 @@
options=(!makeflags)
source=(http://ftp.gnu.org/gnu/gdbm/${pkgname}-${pkgver}.tar.gz{,.sig})
validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-md5sums=('5b519751227f743cc57d7fb08cb69f3c'
+md5sums=('c2ddcb3897efa0f57484af2bd4f4f848'
'SKIP')
build() {
@@ -34,8 +34,8 @@
make DESTDIR="$pkgdir" install
# create symlinks for compatibility
- install -dm755 "$pkgdir"/usr/include/gdbm
- ln -sf ../gdbm.h "$pkgdir"/usr/include/gdbm/gdbm.h
- ln -sf ../ndbm.h "$pkgdir"/usr/include/gdbm/ndbm.h
- ln -sf ../dbm.h "$pkgdir"/usr/include/gdbm/dbm.h
+ install -dm755 "$pkgdir/usr/include/gdbm"
+ ln -sf ../gdbm.h "$pkgdir/usr/include/gdbm/gdbm.h"
+ ln -sf ../ndbm.h "$pkgdir/usr/include/gdbm/ndbm.h"
+ ln -sf ../dbm.h "$pkgdir/usr/include/gdbm/dbm.h"
}
More information about the arch-commits
mailing list