aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBettehem2018-07-31 19:49:41 +0300
committerBettehem2018-07-31 19:49:41 +0300
commit1035b4e338ededffe17d98bc2cfff4c1b32138b1 (patch)
tree1d4f41be9a5a4fa3607ad947715058c7745bc8d3
parent69f31e0bf546d9e32a57a9853797281195fb24fe (diff)
downloadaur-1035b4e338ededffe17d98bc2cfff4c1b32138b1.tar.gz
added url parameter to PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47137a376913..bc777be0baec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,9 @@ pkgbase = touchpad_config-git
pkgdesc = A simple tool that uses xinput to enable Tap to click and natural scrolling on a touchpad
pkgver = 1.0
pkgrel = 1
+ url = https://gitlab.com/Bettehem/touchpad_config
arch = x86_64
- license = GPL-3
+ license = GPL3
makedepends = gcc
depends = xorg-xinput
provides = touchpad_config
diff --git a/PKGBUILD b/PKGBUILD
index 76d458734cd3..29b24238bbda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,11 @@ pkgver=1.0
pkgrel=1
pkgdesc="A simple tool that uses xinput to enable Tap to click and natural scrolling on a touchpad"
arch=('x86_64')
-license=('GPL-3')
+license=('GPL3')
depends=('xorg-xinput')
makedepends=('gcc')
provides=('touchpad_config')
+url="https://gitlab.com/Bettehem/touchpad_config"
source=("touchpad_config::git+https://gitlab.com/Bettehem/touchpad_config.git")
md5sums=('SKIP')