summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Swagar2020-09-30 04:12:14 -0700
committerTyler Swagar2020-09-30 04:12:14 -0700
commit8ae26f3f65ae2c66d25b72fd812a517d00f86ca7 (patch)
tree6be8adee8022c09700fec96ebbf8b5cd37f987ef
parentcaed1b8e188962265fb1c4931d1bb1fda729525f (diff)
downloadaur-8ae26f3f65ae2c66d25b72fd812a517d00f86ca7.tar.gz
Remove legacy dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974647a94b86..5d64cee8c012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = ttf-gelasio-ib
pkgdesc = Gelasio is designed to be metrics compatible with Georgia in its Regular, Bold, Italic and Bold Italic weights. Interpolated Medium, medium Italic, SemiBold and SemiBold Italic have now been added as well.
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = http://sorkintype.com/
arch = any
license = custom:SIL Open Font License v1.1
- depends = xorg-fonts-encodings
source = Gelasio-Bold-0.2.ttf::https://github.com/SorkinType/Gelasio/raw/5bced461d54bcf8e900bb3ba69455af35b0d2ff1/Gelasio-Bold.ttf
source = Gelasio-BoldItalic-0.2.ttf::https://github.com/SorkinType/Gelasio/raw/5bced461d54bcf8e900bb3ba69455af35b0d2ff1/Gelasio-BoldItalic.ttf
source = Gelasio-Italic-0.2.ttf::https://github.com/SorkinType/Gelasio/raw/5bced461d54bcf8e900bb3ba69455af35b0d2ff1/Gelasio-Italic.ttf
diff --git a/PKGBUILD b/PKGBUILD
index 7d93e1118460..72ac453afab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,11 @@
pkgname=ttf-gelasio-ib
_commit='5bced461d54bcf8e900bb3ba69455af35b0d2ff1'
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc='Gelasio is designed to be metrics compatible with Georgia in its Regular, Bold, Italic and Bold Italic weights. Interpolated Medium, medium Italic, SemiBold and SemiBold Italic have now been added as well.'
arch=('any')
url='http://sorkintype.com/'
license=('custom:SIL Open Font License v1.1')
-depends=('xorg-fonts-encodings')
-conflicts=()
source=("Gelasio-Bold-${pkgver}.ttf::https://github.com/SorkinType/Gelasio/raw/${_commit}/Gelasio-Bold.ttf"
"Gelasio-BoldItalic-${pkgver}.ttf::https://github.com/SorkinType/Gelasio/raw/${_commit}/Gelasio-BoldItalic.ttf"
"Gelasio-Italic-${pkgver}.ttf::https://github.com/SorkinType/Gelasio/raw/${_commit}/Gelasio-Italic.ttf"