summaryrefslogtreecommitdiff
path: root/community/sqlitebrowser/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/sqlitebrowser/PKGBUILD
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/sqlitebrowser/PKGBUILD')
-rw-r--r--community/sqlitebrowser/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD
index d80b89ce7..8b3219014 100644
--- a/community/sqlitebrowser/PKGBUILD
+++ b/community/sqlitebrowser/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 59079 2011-11-21 09:21:06Z spupykin $
+# $Id: PKGBUILD 65487 2012-02-21 06:06:09Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsandrade@gmail.com>
# Contributor: Michael Fellinger <m.fellinger@gmail.com>
@@ -6,7 +6,7 @@
pkgname=sqlitebrowser
pkgver=2.0b1
_pkgrealver=200_b1
-pkgrel=1
+pkgrel=2
pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of QT"
arch=('i686' 'x86_64')
url="http://sqlitebrowser.sf.net"
@@ -20,7 +20,7 @@ build() {
sed -i 's|getline|xgetline|' sqlitebrowser/sqlbrowser_util.c
sed -i 's|: name( 0 ) { }|: name( ) { }|' sqlitebrowser/sqlitedb.h
qmake
- make
+ make LINK="g++ -ldl"
}
package() {