summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Marsili2020-06-10 15:01:36 +0000
committerStefano Marsili2020-06-10 15:01:36 +0000
commit92a437c19638793581cad29b86ea38b30529511b (patch)
tree2b3e6b6db6b5e8d1c7fd321fae8de3d9c9e99ce4
parent83e6d9c806ed82e7c07b7e2d472a5292883ec290 (diff)
downloadaur-92a437c19638793581cad29b86ea38b30529511b.tar.gz
New release (20200610_1)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b61f49ea4af..e0a9e8cd8b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = stmm-input-xi
pkgdesc = Device input event library - xi floating keyboards
- pkgver = 0.13
+ pkgver = 0.14
pkgrel = 1
- url = https://efanomars.com/stmm-input-xi
+ url = https://efanomars.com/libraries/stmm-input-xi
arch = x86_64
license = GPL3
license = LGPL3
@@ -11,12 +11,12 @@ pkgbase = stmm-input-xi
makedepends = doxygen
makedepends = graphviz
makedepends = python
- depends = stmm-input
+ depends = stmm-input>=0.14
depends = gtkmm3
depends = libx11
depends = libxi
- source = https://efanomars.com/sources/stmm-input-xi-0.13.tar.gz
- sha256sums = 95758d33d1d27d71152193b1c3ca74888afc18241be33e6c80943d0da365a9d8
+ source = https://efanomars.com/sources/stmm-input-xi-0.14.tar.gz
+ sha256sums = a5af628275349ca2d3403cd569d90e4661b81503877c88cf89978dba85e4da08
pkgname = stmm-input-xi
diff --git a/PKGBUILD b/PKGBUILD
index c275f600c323..01d60f59949a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=stmm-input-xi
-pkgver=0.13
+pkgver=0.14
pkgrel=1
pkgdesc="Device input event library - xi floating keyboards"
-url='https://efanomars.com/stmm-input-xi'
+url='https://efanomars.com/libraries/stmm-input-xi'
arch=('x86_64')
license=('GPL3' 'LGPL3')
-depends=('stmm-input' 'gtkmm3' 'libx11' 'libxi')
+depends=(
+ 'stmm-input>=0.14'
+ 'gtkmm3' 'libx11' 'libxi')
makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python')
optdepends=()
@@ -16,8 +18,8 @@ optdepends=()
#replaces=("stmm-input-xi")
#conflicts=("stmm-input-xi")
-source=('https://efanomars.com/sources/stmm-input-xi-0.13.tar.gz')
-sha256sums=('95758d33d1d27d71152193b1c3ca74888afc18241be33e6c80943d0da365a9d8')
+source=('https://efanomars.com/sources/stmm-input-xi-0.14.tar.gz')
+sha256sums=('a5af628275349ca2d3403cd569d90e4661b81503877c88cf89978dba85e4da08')
build() {
cd "${srcdir}/stmm-input-xi"