[arch-commits] Commit in blueberry/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Jul 10 20:29:12 UTC 2020
Date: Friday, July 10, 2020 @ 20:29:11
Author: bgyorgy
Revision: 663154
upgpkg: blueberry 1.3.9-1: Update to new version
Modified:
blueberry/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-10 20:25:07 UTC (rev 663153)
+++ PKGBUILD 2020-07-10 20:29:11 UTC (rev 663154)
@@ -2,15 +2,15 @@
# Contributer: Sam Burgos <jsbm1089 at gmail dot com>
pkgname=blueberry
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc="Bluetooth configuration tool"
-arch=('any')
+arch=(any)
url="https://github.com/linuxmint/blueberry"
-license=('GPL')
-depends=('bluez-tools' 'gnome-bluetooth' 'python-dbus' 'python-gobject' 'python-setproctitle' 'rfkill' 'xapps')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('b385c27e8d87922aca6dd36acf6662185e4922d90835d991851e62076be70499')
+license=(GPL)
+depends=(bluez-tools gnome-bluetooth python-dbus python-gobject python-setproctitle rfkill xapps)
+source=(https://github.com/linuxmint/blueberry/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('a06dd2876f66cc4fc49e8bbd9ea0c52e17071a8cc2e47846f19e4f8729046108')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list