summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9acfbdee37..3c1f4bcb5e15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluetoother
pkgdesc = Bluetoooth adapter connectivity GUI tool
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = https://www.efanomars.com/utilities/bluetoother
arch = x86_64
@@ -10,11 +10,12 @@ pkgbase = bluetoother
makedepends = doxygen
makedepends = graphviz
makedepends = python
- depends = gtkmm
+ depends = gtkmm3
depends = bluez
+ depends = bluez-libs
depends = polkit
- source = git+https://gitlab.com/efanomars/bluetoother.git#commit=2680338004eba6b5624001ee79db14d8994770da
- sha512sums = SKIP
+ source = https://efanomars.com/sources/bluetoother-0.6.tar.gz
+ sha256sums = ecda48067813d3dae76dc23aad9510fc2677253a815d9fcae7679a20236f63a0
pkgname = bluetoother
diff --git a/PKGBUILD b/PKGBUILD
index edbc5400161b..7ebd02130e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=bluetoother
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="Bluetoooth adapter connectivity GUI tool"
url='https://www.efanomars.com/utilities/bluetoother'
arch=('x86_64')
license=('GPL3')
-depends=('gtkmm' 'bluez' 'polkit')
+depends=('gtkmm3' 'bluez' 'bluez-libs' 'polkit')
makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python')
optdepends=()
@@ -16,8 +16,8 @@ optdepends=()
#replaces=("bluetoother")
#conflicts=("bluetoother")
-source=('git+https://gitlab.com/efanomars/bluetoother.git#commit=2680338004eba6b5624001ee79db14d8994770da')
-sha512sums=('SKIP')
+source=('https://efanomars.com/sources/bluetoother-0.6.tar.gz')
+sha256sums=('ecda48067813d3dae76dc23aad9510fc2677253a815d9fcae7679a20236f63a0')
build() {
cd "${srcdir}/bluetoother"