summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2016-07-20 18:30:29 +0300
committerGordonGR2016-07-20 18:30:29 +0300
commitbe5652e1e4e8edbeed55ab9456877196c7dd51f3 (patch)
treeba49bef74c0c2184f855d1c8bfc2be1d9f864c3f
parente5fa0fdb8c9b91e3e31cabf6ed056692c4b4322b (diff)
downloadaur-be5652e1e4e8edbeed55ab9456877196c7dd51f3.tar.gz
0.7.0-4: Upstream update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--cm-unicode.install15
3 files changed, 4 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48eb59e41107..3e184ea97f7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 12:57:52 UTC 2016
+# Wed Jul 20 15:29:58 UTC 2016
pkgbase = otf-cm-unicode
pkgdesc = A font family converted from D. Knuth's Computer Modern metafont.
pkgver = 0.7.0
- pkgrel = 3
+ pkgrel = 4
url = http://canopus.iacp.dvo.ru/~panov/cm-unicode/
- install = cm-unicode.install
arch = any
license = custom:OFL
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index 1ca2b5e2012e..09842df4ab01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=otf-cm-unicode
_pkgname=cm-unicode
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
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')
-install=cm-unicode.install
-source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver-otf.tar.xz")
+source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}-otf.tar.xz")
md5sums=('8503cc1316103d97a668a9efa71d0e3c')
package() {
diff --git a/cm-unicode.install b/cm-unicode.install
deleted file mode 100644
index 2158e59eac20..000000000000
--- a/cm-unicode.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}