summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53730817b91d..24804818fb74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = touchegg-git
pkgdesc = Linux multi-touch gesture recognizer
pkgver = r322.a82d299
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/JoseExposito/touchegg
install = touchegg.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = touchegg-git
depends = pugixml
provides = touchegg
conflicts = touchegg
- source = touchegg::git://github.com/JoseExposito/touchegg.git
+ source = touchegg::git+https://github.com/JoseExposito/touchegg.git
source = filesystem.h
sha256sums = SKIP
sha256sums = f58961b18b2d7b1ddf60d6784860e7c84588d991e72d7595e50267209506fb85
diff --git a/PKGBUILD b/PKGBUILD
index 676da7632518..4f8809b2aa54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgname=touchegg
pkgname=${_pkgname}-git
pkgver=r322.a82d299
-pkgrel=3
+pkgrel=4
pkgdesc='Linux multi-touch gesture recognizer'
arch=('x86_64')
url='https://github.com/JoseExposito/touchegg'
license=('GPL3')
install="${_pkgname}.install"
-source=("${_pkgname}::git://github.com/JoseExposito/touchegg.git" 'filesystem.h')
+source=("${_pkgname}::git+https://github.com/JoseExposito/touchegg.git" 'filesystem.h')
depends=('libinput' 'cairo' 'systemd-libs' 'libx11' 'libxrandr' 'libxtst' 'pugixml')
makedepends=('git' 'cmake')
sha256sums=('SKIP' 'f58961b18b2d7b1ddf60d6784860e7c84588d991e72d7595e50267209506fb85')