Date: Monday, November 11, 2013 @ 11:49:38 Author: spupykin Revision: 100805
Modified: blueman/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-11-11 10:21:47 UTC (rev 100804) +++ PKGBUILD 2013-11-11 10:49:38 UTC (rev 100805) @@ -3,8 +3,8 @@ # Contributor: Abhishek Dasgupta <[email protected]> pkgname=blueman -pkgver=20131021git -pkgrel=2 +pkgver=20131111git +pkgrel=1 pkgdesc="GTK+ bluetooth manager" arch=('i686' 'x86_64') license=('GPL') @@ -33,8 +33,7 @@ build() { cd "${srcdir}/${pkgname}" export PYTHON=python2 - ./autogen.sh - ./configure --prefix=/usr \ + ./autogen.sh --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/blueman \ --with-no-runtime-deps-check
