summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Bouter2021-02-02 11:12:55 +0100
committerJeffrey Bouter2021-02-02 11:12:55 +0100
commit153b23f7b7f2087eb92ab488aff3793abf9e2a49 (patch)
tree67a7ad4fc2d389961e6c014eed1813c5a7cd6a5a
parenta232c39438cf3986cf6798a62796f70df18d9e9c (diff)
downloadaur-153b23f7b7f2087eb92ab488aff3793abf9e2a49.tar.gz
Update package configuration
- Set pkgrel to 1 - Add glib2 as dependency Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75f1a88ae558..6967c7449f63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = touchegg
pkgdesc = Multitouch gesture recognizer
pkgver = 2.0.6
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/JoseExposito/touchegg/
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = touchegg
depends = libxtst
depends = pugixml
depends = gtk3
+ depends = glib2
source = touchegg-2.0.6.tar.gz::https://github.com/JoseExposito/touchegg//archive/2.0.6.tar.gz
sha512sums = 92b95d8055269accfb0f39610da9f50533661eb5d7aa8af244b70004e5fd412d4b3f61f0566e96cc9c55f4420488365e43eac740a4ab25c2c94ea1c3f71912d7
diff --git a/PKGBUILD b/PKGBUILD
index dddddd019b70..38b6bdc2d0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=touchegg
pkgver=2.0.6
-pkgrel=0
+pkgrel=1
pkgdesc="Multitouch gesture recognizer"
arch=('i686' 'x86_64')
url="https://github.com/JoseExposito/touchegg/"
license=('GPL3')
-depends=('libinput' 'cairo' 'systemd-libs' 'libx11' 'libxi' 'libxrandr' 'libxtst' 'pugixml' 'gtk3')
+depends=('libinput' 'cairo' 'systemd-libs' 'libx11' 'libxi' 'libxrandr' 'libxtst' 'pugixml' 'gtk3' 'glib2')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=(92b95d8055269accfb0f39610da9f50533661eb5d7aa8af244b70004e5fd412d4b3f61f0566e96cc9c55f4420488365e43eac740a4ab25c2c94ea1c3f71912d7)