summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2020-03-31 01:02:42 +0200
committerLucas Werkmeister2020-03-31 01:02:42 +0200
commit623b10e89913772185424b5f98d59097dac22a59 (patch)
treea866bd4665c20c4f63a639946dfa8ab77f1833af
parente5a9e78c1edb924d8e9685b5840fb85581dab137 (diff)
downloadaur-623b10e89913772185424b5f98d59097dac22a59.tar.gz
Remove dependencies
No longer needed, pacman does the required updates via the hook mechanism nowadays. (The install script was already removed back in commit b9ab19c0a5, but the Arch wiki Font package guidelines [1] now say that fonts shouldn’t depend on anything either.) [1]: https://wiki.archlinux.org/index.php/Font_package_guidelines
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e19317387d56..2a524c19f13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Jul 3 21:17:27 UTC 2018
pkgbase = otf-vollkorn
pkgdesc = Vollkorn typeface by Friedrich Althausen (OpenType)
pkgver = 4.105
@@ -8,8 +6,6 @@ pkgbase = otf-vollkorn
changelog = ChangeLog.otf-vollkorn
arch = any
license = custom:SIL Open Font License
- depends = fontconfig
- depends = xorg-font-utils
source = http://vollkorn-typeface.com/download/vollkorn-4-105.zip
sha256sums = e650ea9d967c2af1e9b8d34e1118721728bcd73ccfd3220da4264661301e8af5
diff --git a/PKGBUILD b/PKGBUILD
index 203f69792231..8f609e316049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ license=('custom:SIL Open Font License')
pkgver=4.105
pkgrel=1
changelog=ChangeLog.${pkgname}
-depends=('fontconfig' 'xorg-font-utils')
arch=('any')
source=(http://vollkorn-typeface.com/download/vollkorn-${pkgver//./-}.zip)