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

Balló György bgyorgy at archlinux.org
Mon Mar 21 14:55:29 UTC 2016


    Date: Monday, March 21, 2016 @ 15:55:28
  Author: bgyorgy
Revision: 167822

Use released tarball for future releases

Modified:
  blueman/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-21 14:22:11 UTC (rev 167821)
+++ PKGBUILD	2016-03-21 14:55:28 UTC (rev 167822)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributer: Arthur Zamarin <arthurzam at gmail.com>
-# Contributer: Martin Wimpress <code at flexion.org>
+# Contributor: Arthur Zamarin <arthurzam at gmail.com>
+# Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=blueman
 pkgver=2.0.3
@@ -16,8 +16,8 @@
             'networkmanager: Dial Up Networking (DUN) and Personal Area Networking (PAN) support'
             'pulseaudio-bluetooth: audio devices support')
 install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/blueman-project/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('125cc10138a5a6e8faa84ae90f26eea8c4fb6ae35c9400d3c941ed2154488afe')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('243605e4401c2d21f4706965ef100dac907658d480ace37cbdf863c1c8a45825')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -28,8 +28,6 @@
   # Fix non-standard icon names
   sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
   sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {



More information about the arch-commits mailing list