[arch-commits] Commit in nzbget/trunk (PKGBUILD)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Fri May 31 00:48:15 UTC 2013
Date: Friday, May 31, 2013 @ 02:48:14
Author: seblu
Revision: 92050
upgpkg: nzbget 10.2-2
- /usr merge
Modified:
nzbget/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-31 00:40:45 UTC (rev 92049)
+++ PKGBUILD 2013-05-31 00:48:14 UTC (rev 92050)
@@ -4,7 +4,7 @@
pkgname=nzbget
pkgver=10.2
-pkgrel=1
+pkgrel=2
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64' 'i686')
url="http://nzbget.sourceforge.net/"
@@ -18,7 +18,7 @@
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-parcheck
+ ./configure --prefix=/usr --sbindir=/usr/bin --enable-parcheck
make CXXFLAGS="-lsigc-2.0"
}
More information about the arch-commits
mailing list