summaryrefslogtreecommitdiff
path: root/community/sqlitebrowser/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/sqlitebrowser/PKGBUILD
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/sqlitebrowser/PKGBUILD')
-rw-r--r--community/sqlitebrowser/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD
index e5a3a5a39..d80b89ce7 100644
--- a/community/sqlitebrowser/PKGBUILD
+++ b/community/sqlitebrowser/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 24584 2010-08-26 14:46:36Z lcarlier $
+# $Id: PKGBUILD 59079 2011-11-21 09:21:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsandrade@gmail.com>
# Contributor: Michael Fellinger <m.fellinger@gmail.com>
@@ -17,15 +17,14 @@ md5sums=('5ca3d41cca454235b93ce72cd585dfe3')
build() {
cd $srcdir/trunk/$pkgname
-
sed -i 's|getline|xgetline|' sqlitebrowser/sqlbrowser_util.c
+ sed -i 's|: name( 0 ) { }|: name( ) { }|' sqlitebrowser/sqlitedb.h
qmake
make
}
package() {
cd $srcdir/trunk/$pkgname
-
mkdir -p $pkgdir/usr/bin
cp $pkgname/$pkgname $pkgdir/usr/bin/
}