summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-04-05 23:13:08 +0200
committerG. Schlisio2017-04-05 23:13:08 +0200
commit38bf3590824c99c5414ff7dffe66ebfb65b8360a (patch)
tree9e403997dd73b10e14692f49f057d71f1908eb4e
parent3eb1771dc4b4b768bb45bdcf66b28b4febeb8704 (diff)
downloadaur-38bf3590824c99c5414ff7dffe66ebfb65b8360a.tar.gz
new version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
-rw-r--r--ttf.install13
3 files changed, 9 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95886abf4799..143574c504f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri Jan 8 21:40:15 UTC 2016
pkgbase = ttf-unifraktur
pkgdesc = A set of open-source Fraktur fonts
- pkgver = 20140706
- pkgrel = 3
+ pkgver = 20170319
+ pkgrel = 1
url = http://unifraktur.sourceforge.net
- install = ttf.install
arch = any
license = custom
- source = http://downloads.sourceforge.net/project/unifraktur/fonts/UnifrakturMaguntia.2014-07-06.zip
+ source = http://downloads.sourceforge.net/project/unifraktur/fonts/UnifrakturMaguntia.2017-03-19.zip
source = http://downloads.sourceforge.net/project/unifraktur/fonts/UnifrakturCook.2013-08-25.zip
- md5sums = 50b1fb0cfa7369ec5975c44d48fe9ac1
+ md5sums = f6a04d627263379c698e5781e9860d6d
md5sums = e93c4f39f7ce6642fdf7ebc3d8ab19fe
pkgname = ttf-unifraktur
diff --git a/PKGBUILD b/PKGBUILD
index 171e81be431f..86876dc71f8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: netcrusher < tobias AT miglix DOT eu >
+# former Maintainer: netcrusher < tobias AT miglix DOT eu >
# Contributor: tze <tze@datalove.me>
pkgname=ttf-unifraktur
-pkgver=20140706
-pkgrel=3
+pkgver=20170319
+pkgrel=1
pkgdesc='A set of open-source Fraktur fonts'
arch=('any')
url='http://unifraktur.sourceforge.net'
license=('custom')
-install=ttf.install
-source=('http://downloads.sourceforge.net/project/unifraktur/fonts/UnifrakturMaguntia.2014-07-06.zip'
+source=('http://downloads.sourceforge.net/project/unifraktur/fonts/UnifrakturMaguntia.2017-03-19.zip'
'http://downloads.sourceforge.net/project/unifraktur/fonts/UnifrakturCook.2013-08-25.zip')
-md5sums=('50b1fb0cfa7369ec5975c44d48fe9ac1'
+md5sums=('f6a04d627263379c698e5781e9860d6d'
'e93c4f39f7ce6642fdf7ebc3d8ab19fe')
package() {
diff --git a/ttf.install b/ttf.install
deleted file mode 100644
index 4e3f247164c8..000000000000
--- a/ttf.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install()
-{
- echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
- echo "done"
-}
-
-post_upgrade()
-{
- post_install
-}