diff options
author | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
commit | 4aef0a374e20e36cf2bf6e779d93789d9a5791ae (patch) | |
tree | 128c3bb7fc58f4c17529f71e2e6cbb4c06026a5f /community/sqliteman | |
parent | 9e5276831865e251c8d74a830da4908eab65cbb3 (diff) |
Mon Dec 10 02:14:35 PST 2012
Diffstat (limited to 'community/sqliteman')
-rw-r--r-- | community/sqliteman/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD index db984ea91..10a21ffba 100644 --- a/community/sqliteman/PKGBUILD +++ b/community/sqliteman/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 58342 2011-11-12 08:23:16Z andrea $ +# $Id: PKGBUILD 81006 2012-12-09 15:39:03Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> # Contributor: Roman Porizka <artee@beer.cz> @@ -6,10 +6,10 @@ pkgname=sqliteman pkgver=1.2.2 -pkgrel=5 +pkgrel=6 pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world" arch=('i686' 'x86_64') -url="http://sqliteman.sf.net" +url="http://sqliteman.com/" license=('GPL') depends=('qscintilla') makedepends=('cmake') @@ -18,7 +18,6 @@ source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz md5sums=('5ecdf710e23606e1b924f740ea69306d') build() { - cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -28,6 +27,6 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } |