summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2020-06-29 19:53:02 +0300
committerGordonGR2020-06-29 19:53:02 +0300
commit50d00515d0eb44aa6a9f2aad67c8fb2e445a445e (patch)
tree6f8757205e82af9a2efd757fed64f5e19da7797e
parentc6cbe8ab1f595f85a6db489c656d16a2f4449938 (diff)
downloadaur-otf-cm-unicode.tar.gz
0.7.0-6: Removing dependency on fontconfig/xorg-mkfontscale
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a73c21b64472..7a12300afb52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = otf-cm-unicode
pkgdesc = A font family converted from D. Knuth's Computer Modern metafont.
pkgver = 0.7.0
- pkgrel = 5
+ pkgrel = 6
url = http://canopus.iacp.dvo.ru/~panov/cm-unicode/
arch = any
license = custom:OFL
- depends = fontconfig
- depends = xorg-fonts-encodings
- depends = xorg-font-utils
source = http://downloads.sourceforge.net/cm-unicode/cm-unicode-0.7.0-otf.tar.xz
md5sums = 8503cc1316103d97a668a9efa71d0e3c
diff --git a/PKGBUILD b/PKGBUILD
index e8254b352bad..e1082953a85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=otf-cm-unicode
_pkgname=cm-unicode
pkgver=0.7.0
-pkgrel=5
+pkgrel=6
pkgdesc="A font family converted from D. Knuth's Computer Modern metafont."
arch=('any')
url="http://canopus.iacp.dvo.ru/~panov/cm-unicode/"
license=('custom:OFL')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=()
source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}-otf.tar.xz")
md5sums=('8503cc1316103d97a668a9efa71d0e3c')