[arch-commits] Commit in blueberry/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu Jun 29 18:22:54 UTC 2017
Date: Thursday, June 29, 2017 @ 18:22:54
Author: bgyorgy
Revision: 241609
archrelease: copy trunk to community-any
Added:
blueberry/repos/community-any/PKGBUILD
(from rev 241608, blueberry/trunk/PKGBUILD)
Deleted:
blueberry/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-29 18:22:48 UTC (rev 241608)
+++ PKGBUILD 2017-06-29 18:22:54 UTC (rev 241609)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributer: Sam Burgos <jsbm1089 at gmail dot com>
-
-pkgname=blueberry
-pkgver=1.1.13
-pkgrel=1
-pkgdesc="Bluetooth configuration tool"
-arch=('any')
-url="https://github.com/linuxmint/blueberry"
-license=('GPL')
-depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('6a1e53d1d543417ec788e1f3dc89126a3e1a4392812977095be383f111cc915c')
-
-prepare() {
- cd $pkgname-$pkgver
- # Python2 fix
- sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
-}
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- cp -r etc usr "$pkgdir"
-}
Copied: blueberry/repos/community-any/PKGBUILD (from rev 241608, blueberry/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-06-29 18:22:54 UTC (rev 241609)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributer: Sam Burgos <jsbm1089 at gmail dot com>
+
+pkgname=blueberry
+pkgver=1.1.15
+pkgrel=1
+pkgdesc="Bluetooth configuration tool"
+arch=('any')
+url="https://github.com/linuxmint/blueberry"
+license=('GPL')
+depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+sha256sums=('30f895c5b3ee971ba4c5ab9d956ca0665c9e669663c3e85c989bc245dac7ee99')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # Python2 fix
+ sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
+}
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ cp -r etc usr "$pkgdir"
+}
More information about the arch-commits
mailing list