summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af1f63db7db8..83b1ae7b501d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=stmm-input-bt
-pkgver=0.17
+pkgver=0.18
pkgrel=1
pkgdesc="Device input event library - keyboards over bluetooth"
url='https://efanomars.com/libraries/stmm-input-bt'
-arch=('x86_64')
+arch=('x86_64' 'i686' 'aarch64')
license=('GPL3' 'LGPL3')
depends=(
- 'stmm-input>=0.14'
+ 'stmm-input>=0.15'
'bluez' 'bluez-libs' 'dconf')
makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python')
optdepends=()
@@ -18,8 +18,8 @@ optdepends=()
#replaces=("stmm-input-bt")
#conflicts=("stmm-input-bt")
-source=('https://efanomars.com/sources/stmm-input-bt-0.17.tar.gz')
-sha256sums=('81aceeb7a93fc48d8c5ee039cbeabcbf43a5f0e9a6a715469433129d981ce1d9')
+source=('https://efanomars.com/sources/stmm-input-bt-0.18.tar.gz')
+sha256sums=('5620e29966d4a775c5f3dfbd96ea7094b4f5b4ca5b8dad9e524ae7f4b47381ae')
build() {
cd "${srcdir}/stmm-input-bt"