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