Skip to content
Snippets Groups Projects
Commit 67d8445d authored by Balló György's avatar Balló György :flag_hu:
Browse files

Update to new version

parent 00b8cf22
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Contributer: Sam Burgos <jsbm1089 at gmail dot com> # Contributer: Sam Burgos <jsbm1089 at gmail dot com>
pkgname=blueberry pkgname=blueberry
pkgver=1.1.18 pkgver=1.1.20
pkgrel=1 pkgrel=1
pkgdesc="Bluetooth configuration tool" pkgdesc="Bluetooth configuration tool"
arch=('any') arch=('any')
...@@ -10,12 +10,12 @@ url="https://github.com/linuxmint/blueberry" ...@@ -10,12 +10,12 @@ url="https://github.com/linuxmint/blueberry"
license=('GPL') license=('GPL')
depends=('bluez-tools' 'gnome-bluetooth' 'python2-dbus' 'python2-gobject' 'python2-setproctitle' 'rfkill') 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) source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
sha256sums=('ee4b06c4ed19359d36a82d4ff6e43e96ec833a6d589f3bec91fc57ef00fa9147') sha256sums=('9769770436bef9c8f4f67d2766b7941ff1a8894516b1e1f1b90cc9e02d87d257')
prepare() { prepare() {
cd $pkgname-$pkgver cd $pkgname-$pkgver
# Python2 fix # Python2 fix
sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray} sed -i 's@^#!.*python3$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
} }
build() { build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment