summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-07-25 12:32:38 +0200
committerNicola Murino2018-07-25 12:32:38 +0200
commit42e583e9b01050cca7b029e9d15ec6e77ba28550 (patch)
treebcc5e161eb032f31b56e0404682c6af019f40718
parent17cd3817788259e7e84d037b000f3335bf4dccf4 (diff)
downloadaur-42e583e9b01050cca7b029e9d15ec6e77ba28550.tar.gz
fix makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2fd536b7bd4..d4f3d93e66f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jul 24 12:17:38 UTC 2018
+# Wed Jul 25 10:32:27 UTC 2018
pkgbase = yaru
pkgdesc = Yaru default ubuntu theme
pkgver = b589893d
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ubuntu/yaru
arch = any
license = GPL3
makedepends = meson
makedepends = sassc
+ makedepends = git
conflicts = yaru
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 4ed98b4e74fa..1b082e003974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgbase=yaru
pkgname=('yaru-sound-theme' 'yaru-gtk-theme' 'yaru-gnome-shell-theme' 'yaru-icon-theme')
pkgver=b589893d
-pkgrel=3
+pkgrel=4
_gitname=yaru
pkgdesc="Yaru default ubuntu theme"
arch=(any)
url="https://github.com/ubuntu/yaru"
license=('GPL3')
-makedepends=('meson' 'sassc')
+makedepends=('meson' 'sassc' 'git')
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('yaru')