summaryrefslogtreecommitdiff
path: root/community/sqliteman
diff options
context:
space:
mode:
Diffstat (limited to 'community/sqliteman')
-rw-r--r--community/sqliteman/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD
index 10a21ffba..5e1b1b669 100644
--- a/community/sqliteman/PKGBUILD
+++ b/community/sqliteman/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81006 2012-12-09 15:39:03Z andrea $
+# $Id: PKGBUILD 100708 2013-11-09 07:34:10Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
# Contributor: Roman Porizka <artee@beer.cz>
@@ -6,7 +6,7 @@
pkgname=sqliteman
pkgver=1.2.2
-pkgrel=6
+pkgrel=7
pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
arch=('i686' 'x86_64')
url="http://sqliteman.com/"
@@ -17,8 +17,11 @@ install=sqliteman.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('5ecdf710e23606e1b924f740ea69306d')
-build() {
+prepare() {
mkdir build
+}
+
+build() {
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \