summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennard Hofmann2020-02-27 15:41:52 +0100
committerLennard Hofmann2020-02-27 15:41:52 +0100
commit43f7010ffc83595f2176e5c55da2743b83f68cc0 (patch)
tree73e133c201cd93f95822413345cd94aa27d19a40
parent4a6d17fee20d62d2042519defb888ac81824cbba (diff)
downloadaur-43f7010ffc83595f2176e5c55da2743b83f68cc0.tar.gz
Remove dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4012ab53362..405b9fc433be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = otf-andada-git
pkgdesc = Organic-slab serif font made for GuaranĂ­ and Spanish
pkgver = r14.c06d7dc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/huertatipografica/Andada
arch = any
license = OFL
- depends = fontconfig
- depends = xorg-font-utils
provides = otf-andada
conflicts = otf-andada
source = git+https://github.com/huertatipografica/Andada.git
diff --git a/PKGBUILD b/PKGBUILD
index b28ef1dfc364..264dbd89983b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=otf-andada-git
_pkgname=Andada
pkgver=r14.c06d7dc
-pkgrel=1
+pkgrel=2
pkgdesc='Organic-slab serif font made for GuaranĂ­ and Spanish'
arch=(any)
url="https://github.com/huertatipografica/$_pkgname"
license=('OFL')
-depends=(fontconfig xorg-font-utils)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+$url.git")