summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Piribauer2019-07-30 13:06:50 +0200
committerFabian Piribauer2019-07-30 13:06:50 +0200
commita8c24587ffd0102697c2c488817c472ac187f7a0 (patch)
tree7e2a0ac0ca3de62829d3e0232f5a51e5bebcfb75 /PKGBUILD
parent2c1f0da58eabb734e1ef1a008d50be57ead0859f (diff)
downloadaur-a8c24587ffd0102697c2c488817c472ac187f7a0.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5bd7da8bf44..b41e1a3f9945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Original Carlos Silva <r3pek@r3pek.org>
pkgname=piper-git
-pkgver=0.2.902.r16.g5a44f97
-pkgrel=2
+pkgver=0.2.905.r8.gf2a9e5d
+pkgrel=1
pkgdesc='Piper is a GUI interface to ratbagd, the system daemon for configurable mice'
arch=('i686' 'x86_64')
url='https://github.com/libratbag/piper'
license=('GPL')
depends=('python3' 'python-gobject>=3.0' 'libratbag' 'python-evdev' 'python-lxml' 'python-cairo')
-makedepends=('meson')
+makedepends=('git' 'meson')
options=(!emptydirs)
source=("${pkgname}::git+https://github.com/libratbag/piper.git")
sha256sums=('SKIP')