summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBBaoVanC2021-05-03 20:51:57 -0500
committerBBaoVanC2021-05-03 20:51:57 -0500
commit5d462884132932c62a71b61382932d4739bdb5a8 (patch)
tree6d6c00704d1d6d5232b599231f34c75edbb4e75d
parentcdda1ff2e1687bd25a42cf0e513b20cefa3e81ac (diff)
downloadaur-5d462884132932c62a71b61382932d4739bdb5a8.tar.gz
Add git to make depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c94b4b36401..4573e5e10c0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = nordic-bluish-theme-git
pkgdesc = Dark Gtk3.20+ theme created using the awesome Nord color pallete. Bluish accent branch
- pkgver = r95.cdfef35
- pkgrel = 1
+ pkgver = r104.aca5dbb
+ 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-bluish-theme-git
sha256sums = SKIP
pkgname = nordic-bluish-theme-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 53987b755626..7a7633b289bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=nordic-bluish-theme-git
_pkgname=Nordic
_branch=bluish-accent
-pkgver=r95.cdfef35
-pkgrel=1
+pkgver=r104.aca5dbb
+pkgrel=2
pkgdesc="Dark Gtk3.20+ theme created using the awesome Nord color pallete. Bluish accent 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')