summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2020-10-16 16:33:15 -0400
committerDylan Delgado2020-10-16 16:33:15 -0400
commitd5fd2a57866e47dfe952c03418e02bf246c6ea37 (patch)
tree675a94070cdd06dccb269a589a520907b0b9eff0
parentc76fe5e50e100b882a315a533e2fffffc132b2e6 (diff)
downloadaur-d5fd2a57866e47dfe952c03418e02bf246c6ea37.tar.gz
Remove xorg-font-utils dependency as it doesn't exist anymore.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afcc657c7825..f87f40a9865a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = ttf-impallari-quattrocento
pkgdesc = Classic, Elegant, Sober and Strong typeface, from Pablo Impallari
pkgver = 2.000
- pkgrel = 2
+ pkgrel = 3
url = http://www.impallari.com/quattrocento/
- install = updatefont.install
arch = any
groups = impallari-fonts
license = custom:OFL
depends = fontconfig
- depends = xorg-font-utils
- source = http://www.impallari.com/media/uploads/prosources/update-20-source.zip
- md5sums = 1cfccff569ae135e2eadf50a7cb326a4
+ source = Quattrocento.zip::https://fonts.google.com/download?family=Quattrocento
+ md5sums = SKIP
pkgname = ttf-impallari-quattrocento
diff --git a/PKGBUILD b/PKGBUILD
index 11e4c00004cb..620129b3a297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: Dylan Delgado <dylan1496@live.com>
# Contributor: Marcos Heredia <chelqo@gmail.com>
_font="quattrocento"
_group="impallari"
pkgname=ttf-${_group}-${_font}
pkgver=2.000
-pkgrel=2
+pkgrel=3
pkgdesc="Classic, Elegant, Sober and Strong typeface, from Pablo Impallari"
arch=(any)
url="http://www.impallari.com/${_font}/"
license=('custom:OFL')
groups=("${_group}-fonts")
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig')
#install=updatefont.install
#source=("http://www.impallari.com/media/releases/${_font}-v${pkgver}.zip")
#source=("http://www.impallari.com/media/uploads/prosources/update-20-source.zip")