summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshad Gavali2021-11-21 15:39:38 +0530
committerHarshad Gavali2021-11-21 15:39:38 +0530
commitbe570ae60037a2fe2711b4e11778e63b252e58e9 (patch)
tree6378e6ef716369c1eb31ce4e84359d4a71ea6763
parent5d050a1beaa7557ff5366a88e285cb57854b7354 (diff)
downloadaur-be570ae60037a2fe2711b4e11778e63b252e58e9.tar.gz
Update to version v0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce892f27082..57dee3f667ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-x11-gesture-daemon
pkgdesc = GNOME gesture improvements daemon
- pkgver = 0.1.3+1+ga132f8d
- pkgrel = 2
+ pkgver = 0.2.0+1+g38529d4
+ pkgrel = 1
url = https://github.com/harshadgavali/gnome-x11-gesture-daemon
install = gnome-x11-gesture-daemon.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = gnome-x11-gesture-daemon
makedepends = git
makedepends = setconf
depends = libinput
- source = git+https://github.com/harshadgavali/gnome-x11-gesture-daemon.git#commit=a132f8d5da845ec2dc2048d0f569524537f1bc45
+ source = git+https://github.com/harshadgavali/gnome-x11-gesture-daemon.git#commit=38529d479ef086d7cd9005529061e96114bca4a9
sha256sums = SKIP
pkgname = gnome-x11-gesture-daemon
diff --git a/PKGBUILD b/PKGBUILD
index ad794dbdc941..94fec87a3988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co Maintainer: harshadgavali <harshadgavali5022 at gmail dot com>
pkgname=gnome-x11-gesture-daemon
_name=gesture_improvements_gesture_daemon
-pkgver=0.1.3+1+ga132f8d
-pkgrel=2
+pkgver=0.2.0+1+g38529d4
+pkgrel=1
pkgdesc="GNOME gesture improvements daemon"
arch=('x86_64')
url="https://github.com/harshadgavali/gnome-x11-gesture-daemon"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('libinput')
makedepends=('cargo' 'git' 'setconf')
install="$pkgname.install"
-_commit=a132f8d5da845ec2dc2048d0f569524537f1bc45
+_commit=38529d479ef086d7cd9005529061e96114bca4a9
source=("git+https://github.com/harshadgavali/gnome-x11-gesture-daemon.git#commit=$_commit")
sha256sums=('SKIP')