summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boughton2022-07-09 20:28:52 +0100
committerNick Boughton2022-07-09 20:28:52 +0100
commitb4faea6a3782b763bb4d283ea32edd1b11a67c65 (patch)
tree34d48690839789155ef961a869d20ec9413cd372
parente1d70ba2231481a9dc66af7e8c227f57951e2623 (diff)
downloadaur-b4faea6a3782b763bb4d283ea32edd1b11a67c65.tar.gz
updated makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cb7b083cd46..49f88456a5cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = nordic-darker-theme-git
pkgdesc = Dark Gtk3.20+ theme created using the awesome Nord color pallete. Darker branch
pkgver = r100.b62b128
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EliverLara/Nordic
arch = any
license = GPL
+ makedepends = git
makedepends = inkscape
makedepends = optipng
optdepends = ttf-roboto: primary font face defined
@@ -14,4 +15,3 @@ pkgbase = nordic-darker-theme-git
sha256sums = SKIP
pkgname = nordic-darker-theme-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7b2401074684..4f554ee4f318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=nordic-darker-theme-git
_pkgname=Nordic
_branch=darker
pkgver=r100.b62b128
-pkgrel=1
+pkgrel=2
pkgdesc="Dark Gtk3.20+ theme created using the awesome Nord color pallete. Darker branch"
arch=("any")
url="https://github.com/EliverLara/${_pkgname}"
license=('GPL')
-makedepends=('inkscape' 'optipng')
+makedepends=('git' 'inkscape' 'optipng')
optdepends=('ttf-roboto: primary font face defined'
'ttf-ubuntu-font-family: secondary font face defined'
'cantarell-fonts: tertiary font face defined')