[arch-commits] Commit in ntrack/kde-unstable (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Mon Nov 22 09:08:24 UTC 2010
Date: Monday, November 22, 2010 @ 04:08:24
Author: andrea
Revision: 100235
minor fixes
Modified:
ntrack/kde-unstable/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-11-22 09:04:14 UTC (rev 100234)
+++ PKGBUILD 2010-11-22 09:08:24 UTC (rev 100235)
@@ -8,11 +8,12 @@
arch=('i686' 'x86_64')
url="http://launchpad.net/ntrack/"
license=('LGPL')
-depends=('qt' 'libnl')
+depends=('qt' 'libnl' 'gcc-libs')
makedepends=('python2')
optdepends=('python2')
source=("http://launchpad.net/${pkgname}/main/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
md5sums=('37e35967a03962f4d2d40ec0816250af')
+options=('!libtool')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list