summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrobot Viktor2019-03-22 21:28:37 +0300
committerDrobot Viktor2019-03-22 21:28:37 +0300
commit3189bd1fb2a1f0cd67889d775e71b2373b099496 (patch)
treecbe925070c1311242daad2b8668a733ba33fd37a
parent4e80e11c1326223085a3715356c71786164c34f5 (diff)
downloadaur-3189bd1fb2a1f0cd67889d775e71b2373b099496.tar.gz
Added proper fonts dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44971a80a75b..7bbc776bd5e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = cinnamon-theme-new-minty-git
pkgdesc = New-Minty Cinnamon theme
pkgver = r127.c2b00d5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zagortenay333/new-minty
arch = any
license = AGPL3
makedepends = git
depends = cinnamon
+ depends = ttf-roboto
+ depends = noto-fonts
+ depends = noto-fonts-extra
source = cinnamon-theme-new-minty-git::git+https://github.com/zagortenay333/new-minty.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 06d0350b2c90..174dd3c424ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname='cinnamon-theme-new-minty-git'
pkgver=r127.c2b00d5
-pkgrel=1
+pkgrel=2
pkgdesc="New-Minty Cinnamon theme"
arch=('any')
url='https://github.com/zagortenay333/new-minty'
license=('AGPL3')
source=("$pkgname::git+https://github.com/zagortenay333/new-minty.git")
md5sums=('SKIP')
-depends=('cinnamon')
+depends=('cinnamon' 'ttf-roboto' 'noto-fonts' 'noto-fonts-extra')
makedepends=('git')
pkgver() {