summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")