summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2018-11-22 16:42:38 -0500
committerDrew DeVault2018-11-22 16:43:25 -0500
commita390830dbf1613153800ea3d96eed0359506e310 (patch)
treef372b1287028a5af4d1977802ff9ecb6797d4e92
parent499cf0d920ad03a765151b8243c6c24d994d0159 (diff)
downloadaur-a390830dbf1613153800ea3d96eed0359506e310.tar.gz
Add git to makedeps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4053a2849c8d..994d894adb10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mako-git
pkgdesc = Lightweight notification daemon for Wayland
- pkgver = r268.23d9e4a
- pkgrel = 1
+ pkgver = r59.4e4e960
+ pkgrel = 2
url = http://mako-project.org
arch = i686
arch = x86_64
license = MIT
makedepends = meson
makedepends = scdoc
- makedepends = wayland-protocols
+ makedepends = wayland-protocols git
depends = pango
depends = cairo
depends = wayland
diff --git a/PKGBUILD b/PKGBUILD
index 0473273ed33b..69c530d5df7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,13 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=mako-git
_pkgname=mako
+<<<<<<< HEAD
pkgver=r268.23d9e4a
pkgrel=1
+=======
+pkgver=r59.4e4e960
+pkgrel=2
+>>>>>>> Add git to makedeps
license=('MIT')
pkgdesc='Lightweight notification daemon for Wayland'
makedepends=("meson" "scdoc" "wayland-protocols" "git")