summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin J. Pohly2018-08-29 19:39:35 -0500
committerDevin J. Pohly2018-08-29 19:39:35 -0500
commitf1c5a763699686e309d44b3a13323cc8e78618a5 (patch)
tree1d492e981c9f61aa5a8d2603714b2bc4d5b27d36 /PKGBUILD
parentbf7a35892da92396c6bfd909a1ca2a5d242b43a1 (diff)
downloadaur-x11-touchscreen-calibrator-git.tar.gz
provide non-git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e482104ae61f..2d7d14077271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=x11-touchscreen-calibrator-git
_basename=${pkgname%-git}
pkgver=0.2.r14.g1d3e955
-pkgrel=3
+pkgrel=4
pkgdesc="X Window System Touchscreen Calibrator"
arch=('i686' 'x86_64')
url="https://github.com/djpohly/x11-touchscreen-calibrator"
license=('GPL')
depends=('libxi' 'libxrandr' 'libxfixes')
makedepends=('git')
+provides=('x11-touchscreen-calibrator')
source=("git+https://github.com/djpohly/$_basename.git")
sha256sums=('SKIP')