summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYTG1232021-09-04 17:35:11 +0300
committerYTG1232021-09-04 17:35:11 +0300
commitb43af21dd0dd61da3da7f0a7d797aa87bf238b19 (patch)
tree82169920aaf485d066a0061368875449b8fdafc6
parent2d173f8da8377decd89ee2a6aa324173ef2fa459 (diff)
downloadaur-b43af21dd0dd61da3da7f0a7d797aa87bf238b19.tar.gz
Add git as a build dependency, and provide touchcursor-linux
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d40009f5f8f..e4f8a68398c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
_pkgname=touchcursor-linux
pkgname=touchcursor-linux-git
pkgver=r96.1383893
-pkgrel=1
+pkgrel=2
pkgdesc="TouchCursor style keyboard remapping for Linux, Git version."
arch=("any")
url=https://github.com/donniebreve/touchcursor-linux
license=('GPL2')
+makedepends=('git')
depends=('glibc')
+provides=('touchcursor-linux')
+conflicts=('touchcursor-linux')
source=("git+https://github.com/donniebreve/$_pkgname")
md5sums=("SKIP")