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

Jan Steffens heftig at nymeria.archlinux.org
Tue Jun 4 06:44:44 UTC 2013


    Date: Tuesday, June 4, 2013 @ 08:44:44
  Author: heftig
Revision: 187119

bluez 5 rebuild

Modified:
  pilot-link/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-04 06:41:30 UTC (rev 187118)
+++ PKGBUILD	2013-06-04 06:44:44 UTC (rev 187119)
@@ -6,11 +6,11 @@
 
 pkgname=pilot-link
 pkgver=0.12.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A suite of tools for connecting to PalmOS handheld devices"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
-depends=('readline>=6.0' 'libpng>=1.6.0' 'libusb-compat' 'popt' 'bluez>=4.59')
+depends=('readline>=6.0' 'libpng>=1.6.0' 'libusb-compat' 'popt' 'bluez-libs')
 options=('!libtool')
 url="http://www.pilot-link.org/"
 source=(http://downloads.pilot-link.org/${pkgname}-${pkgver}.7z{,.asc}
@@ -27,7 +27,7 @@
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-conduits --enable-libusb \
-    --with-libiconv --with-libpng
+    --with-libiconv --with-libpng --disable-static
   make
 }
 




More information about the arch-commits mailing list