summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeffrey Bouter2020-12-14 00:01:36 +0100
committerJeffrey Bouter2020-12-14 00:01:36 +0100
commitac22ed18d7554bfcc24b5650695cd455fc6533f8 (patch)
treeb7f126a1314d785e4a6a38b44b905340077f7b78 /PKGBUILD
parentd3dbe7ed3916da565f4eb77c010edf87f0c7af65 (diff)
downloadaur-ac22ed18d7554bfcc24b5650695cd455fc6533f8.tar.gz
Remove License file
- Since GPL is being used, the LICENSE file should not be included separately
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69bedc6b309d..4338f38d91c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=touchegg
pkgver=2.0.4
-pkgrel=5
+pkgrel=6
pkgdesc="Multitouch gesture recognizer"
arch=('i686' 'x86_64')
url="https://github.com/JoseExposito/touchegg/"
@@ -11,8 +11,6 @@ depends=('libinput' 'cairo' 'systemd-libs' 'libx11' 'libxi' 'libxrandr' 'libxtst
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=(f0498cd4e58b0e9e3d2dc15677673c939dc818a8720626268e2fba1bc0abb2ee54deb4abcb47e230ba3b201463eef245e180858e46548b58b062c4d72a2199c5)
-source+=(LICENSE)
-sha512sums+=(d361e5e8201481c6346ee6a886592c51265112be550d5224f1a7a6e116255c2f1ab8788df579d9b8372ed7bfd19bac4b6e70e00b472642966ab5b319b99a2686)
build() {
cmake -B build -S "$pkgname-$pkgver" \
-DCMAKE_INSTALL_PREFIX=/usr \