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

Balló György bgyorgy at archlinux.org
Thu Aug 29 12:45:01 UTC 2019


    Date: Thursday, August 29, 2019 @ 12:45:00
  Author: bgyorgy
Revision: 504796

upgpkg: blueberry 1.2.9-1

Update to new version

Modified:
  blueberry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 12:38:24 UTC (rev 504795)
+++ PKGBUILD	2019-08-29 12:45:00 UTC (rev 504796)
@@ -2,7 +2,7 @@
 # Contributer: Sam Burgos <jsbm1089 at gmail dot com>
 
 pkgname=blueberry
-pkgver=1.2.5+7+g82682e9
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="Bluetooth configuration tool"
 arch=('any')
@@ -9,22 +9,15 @@
 url="https://github.com/linuxmint/blueberry"
 license=('GPL')
 depends=('bluez-tools' 'gnome-bluetooth' 'python-dbus' 'python-gobject' 'python-setproctitle' 'rfkill')
-makedepends=(git)
-_commit=82682e9ff0d23cd4d3f5258b005f712cf8f5c31f  # master
-source=("git+https://github.com/linuxmint/blueberry#commit=$_commit")
-sha256sums=('SKIP')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+sha256sums=('7b31ec9d7de078174f1be00005b61830a4818675f9f49bfd8b25463662807c17')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   cp -r etc usr "$pkgdir"
 }



More information about the arch-commits mailing list