summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel K2019-01-20 22:07:36 +0100
committerDaniel K2019-01-20 22:07:36 +0100
commitd9001fa27bcd2ef5f016c241bb0d1da3691a2b4d (patch)
treefe235721dea3bc5b3fbbb29b3d31049a5e768ac2 /PKGBUILD
parentcad9c872f64b57adb8624b99afdbc66eabfcfa20 (diff)
downloadaur-d9001fa27bcd2ef5f016c241bb0d1da3691a2b4d.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11e6b828ce27..2c31c57789b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: ferreum <code.danielk at gmail com>
pkgname=i3-match-git
pkgver=0.1.36.rbb6a6f4
-pkgrel=3
+pkgrel=4
pkgdesc="Match and query i3 window properties and events"
arch=('i686' 'x86_64')
url='https://gitlab.com/ferreum/i3-match'
license=('BSD')
depends=('xcb-util' 'yajl')
-makedepends=('i3-wm')
+makedepends=('i3-wm' 'git')
source=('git+https://gitlab.com/ferreum/i3-match.git')
sha1sums=('SKIP')