[arch-commits] Commit in sqliteman/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Nov 9 07:34:02 UTC 2013


    Date: Saturday, November 9, 2013 @ 08:34:02
  Author: andrea
Revision: 100707

upgpkg: sqliteman 1.2.2-7

qscintilla rebuild

Modified:
  sqliteman/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-09 01:59:35 UTC (rev 100706)
+++ PKGBUILD	2013-11-09 07:34:02 UTC (rev 100707)
@@ -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 @@
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('5ecdf710e23606e1b924f740ea69306d')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list