summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel K2019-01-20 22:07:36 +0100
committerDaniel K2019-01-20 22:07:36 +0100
commitd9001fa27bcd2ef5f016c241bb0d1da3691a2b4d (patch)
treefe235721dea3bc5b3fbbb29b3d31049a5e768ac2
parentcad9c872f64b57adb8624b99afdbc66eabfcfa20 (diff)
downloadaur-d9001fa27bcd2ef5f016c241bb0d1da3691a2b4d.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a94a6e64797..bb77f9c9d2b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = i3-match-git
pkgdesc = Match and query i3 window properties and events
pkgver = 0.1.36.rbb6a6f4
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/ferreum/i3-match
arch = i686
arch = x86_64
license = BSD
makedepends = i3-wm
+ makedepends = git
depends = xcb-util
depends = yajl
source = git+https://gitlab.com/ferreum/i3-match.git
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')