From f36e7c711a5fb76cfa212d2b7ee9ced5d668b9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <bgyorgy@archlinux.org> Date: Mon, 25 Apr 2016 20:29:39 +0000 Subject: [PATCH] Update to new version --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f2db465..2aa16eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributer: Sam Burgos <jsbm1089 at gmail dot com> pkgname=blueberry -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="Bluetooth configuration tool" arch=('any') @@ -11,7 +11,7 @@ license=('GPL') depends=('gnome-bluetooth' 'python2-gobject' 'rfkill') install=$pkgname.install source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz) -md5sums=('ef6eba66bd510cf895cfe69a81e9fb7b') +sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80') prepare() { cd $pkgname-$pkgver -- GitLab