summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornezumisama2017-06-10 18:53:57 +0200
committerFilip Zawrocki2017-06-10 18:54:20 +0200
commitfcd9c1080cddbabae3e85a2f6d8c8be5c2b7c13d (patch)
treed12a13605f63a524ff8d1b68a76be6b6c9f39578 /PKGBUILD
parent3d16f0584c8cf0ade6c181cb56c12d7abe2e17b7 (diff)
downloadaur-fcd9c1080cddbabae3e85a2f6d8c8be5c2b7c13d.tar.gz
Fixed a build failure with new GCC.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161ebd016c8c..546571a72608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="easystroke"
pkgname="$_pkgname-git"
-pkgver="0.6.0.r7.g72eaf61"
+pkgver=0.6.0.r9.gf7c1614
pkgrel=1
pkgdesc="Gesture-recognition application for X11."
arch=("i686" "x86_64")
@@ -16,11 +16,13 @@ install="$_pkgname.install"
source=("git+https://github.com/thjaeger/easystroke.git"
"sigc.patch"
"dont-ignore-xshape-when-saving.patch"
- "add-toggle-option.patch")
+ "add-toggle-option.patch"
+ "abs.patch")
md5sums=("SKIP"
"25fb4b21e36501276285caa788e1acd0"
"b9cd799d59ec868371e8e6c538d43bf6"
- "39013c97c368735967a2f6897c96d614")
+ "39013c97c368735967a2f6897c96d614"
+ "cf43fd18e370a37d9e780df97f1cbf92")
pkgver() {
cd "$_pkgname"