[arch-commits] Commit in gnome-bluetooth/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed Jul 4 17:07:05 UTC 2012


    Date: Wednesday, July 4, 2012 @ 13:07:05
  Author: ibiru
Revision: 162988

update to 3.4.2

Modified:
  gnome-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-04 17:04:09 UTC (rev 162987)
+++ PKGBUILD	2012-07-04 17:07:05 UTC (rev 162988)
@@ -3,7 +3,7 @@
 # Contributor: Roman Kyrylych <roman at archlinux.org>
 
 pkgname=gnome-bluetooth
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="The GNOME Bluetooth Subsystem"
 arch=('i686' 'x86_64')
@@ -15,11 +15,11 @@
 install=gnome-bluetooth.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
         61-gnome-bluetooth-rfkill.rules)
-sha256sums=('179f55fc5933eaca657cdda0d95c6e782b80cf210b1552720aa6d83d31a8c21a'
+sha256sums=('c58480f1687aca048444d5e4dbd306594d0785c8e6e74f99fa0b13e57fdad4de'
             'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --localstatedir=/var \
@@ -30,9 +30,9 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 
-  install -m644 -D "$srcdir/61-gnome-bluetooth-rfkill.rules" \
-                     "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+      "$pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules"
 }




More information about the arch-commits mailing list