summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2016-04-14 18:20:12 +0200
committeraksr2016-04-14 18:20:18 +0200
commit31fac361a43ea97e5f1f48a64b48508734de61ed (patch)
tree61e85eb776f8266fa8e1ab84ee9b8bb5fdcdfbf3
parentd6c1ece2f4035a08324235eefb3dd713bc98780c (diff)
downloadaur-31fac361a43ea97e5f1f48a64b48508734de61ed.tar.gz
Adding `git' to the makedepends array.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11b63396fa3d..d5010648c56a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 06:34:34 UTC 2015
+# Thu Apr 14 16:19:51 UTC 2016
pkgbase = wmutils-git
pkgdesc = A set of tools for X windows manipulation.
- pkgver = 1.1.r0.g7b86e8b
+ pkgver = 1.1.r6.g23253bf
pkgrel = 1
url = https://github.com/wmutils/core
arch = i686
arch = x86_64
license = ISC
+ makedepends = git
depends = libxcb
depends = xcb-util-wm
depends = libwm-git
diff --git a/PKGBUILD b/PKGBUILD
index 7b0ef77f3c85..69f4770bebcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Alad <alad@archlinux.info>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=wmutils-git
-pkgver=1.1.r0.g7b86e8b
+pkgver=1.1.r6.g23253bf
pkgrel=1
pkgdesc="A set of tools for X windows manipulation."
url="https://github.com/wmutils/core"
arch=('i686' 'x86_64')
license=('ISC')
depends=('libxcb' 'xcb-util-wm' 'libwm-git')
+makedepends=('git')
conflicts=('wmutils')
source=("$pkgname::git+https://github.com/wmutils/core.git"
'git+https://github.com/wmutils/opt.git'
@@ -19,6 +20,7 @@ pkgver() {
cd "$srcdir/$pkgname"
git describe --long --tags | sed -r 's/^v//g;s/([^-]*-g)/r\1/;s/-/./g'
}
+
build() {
cd "$srcdir/$pkgname"
make