summaryrefslogtreecommitdiff
path: root/extra/sqlite/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-28 02:51:16 -0700
committerroot <root@rshg054.dnsready.net>2013-08-28 02:51:16 -0700
commitd4e7f77644a42f66c76c525abf0bd5d47c6431eb (patch)
treed91cb9be9e92d2e8bf0556884406beb1c3ae9439 /extra/sqlite/PKGBUILD
parente657e19513829c4c39b560a334682e7b6dc013e8 (diff)
Wed Aug 28 02:50:44 PDT 2013
Diffstat (limited to 'extra/sqlite/PKGBUILD')
-rw-r--r--extra/sqlite/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index 525cab350..6bd4dc07a 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 193636 2013-08-26 14:58:30Z andyrtr $
+# $Id: PKGBUILD 193679 2013-08-27 14:33:02Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@@ -8,7 +8,7 @@ _amalgamationver=3080000
_docver=${_amalgamationver}
#_docver=3080001
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
license=('custom:Public Domain')
@@ -50,6 +50,9 @@ package_sqlite() {
cd ${srcdir}/sqlite-autoconf-$_amalgamationver
make DESTDIR=${pkgdir} install
+ # fix pkgconfig version number FS#36679
+ sed -i -e "s|@RELEASE@|$pkgver|" ${pkgdir}/usr/lib/pkgconfig/sqlite3.pc
+
# license - no linking required because pkgbase=pkgname
install -D -m644 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
}