summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f0c69d46be8..b45779465f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = bluetoother
pkgdesc = Bluetoooth adapter connectivity GUI tool
- pkgver = 0.12
+ pkgver = 0.13
pkgrel = 1
url = https://efanomars.com/utilities/bluetoother
arch = x86_64
+ arch = i686
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = gcc
@@ -14,8 +16,8 @@ pkgbase = bluetoother
depends = bluez
depends = bluez-libs
depends = polkit
- source = https://efanomars.com/sources/bluetoother-0.12.tar.gz
- sha256sums = 26841ce2b06bfd762b5d925a9efbbd36cbe81cc905a07f8ef8370c57d4e62c88
+ source = https://efanomars.com/sources/bluetoother-0.13.tar.gz
+ sha256sums = 5aa053a90cc5887ecb8dc9e14921bcdd1aeb8d0059063360c546f0faf12b5680
pkgname = bluetoother
diff --git a/PKGBUILD b/PKGBUILD
index 22386d00e625..08810f922d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=bluetoother
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Bluetoooth adapter connectivity GUI tool"
url='https://efanomars.com/utilities/bluetoother'
-arch=('x86_64')
+arch=('x86_64' 'i686' 'aarch64')
license=('GPL3')
depends=('gtkmm3' 'bluez' 'bluez-libs' 'polkit')
@@ -16,8 +16,8 @@ optdepends=()
#replaces=("bluetoother")
#conflicts=("bluetoother")
-source=('https://efanomars.com/sources/bluetoother-0.12.tar.gz')
-sha256sums=('26841ce2b06bfd762b5d925a9efbbd36cbe81cc905a07f8ef8370c57d4e62c88')
+source=('https://efanomars.com/sources/bluetoother-0.13.tar.gz')
+sha256sums=('5aa053a90cc5887ecb8dc9e14921bcdd1aeb8d0059063360c546f0faf12b5680')
build() {
cd "${srcdir}/bluetoother"