summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2016-07-20 18:09:53 +0300
committerGordonGR2016-07-20 18:09:53 +0300
commitab9808e82ff15e9cf7d429b56ad462aa18074234 (patch)
tree1fc871de5990628bbc03d9ddf754ac53827607d9
parent4f8c87bb4a866bc709e50f545df1e87982201e9f (diff)
downloadaur-ab9808e82ff15e9cf7d429b56ad462aa18074234.tar.gz
20160720-1: Upstream update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--otf-gfs.install13
3 files changed, 7 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e554c631ff6c..f93e5080b7ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 15:07:37 UTC 2016
+# Wed Jul 20 15:09:21 UTC 2016
pkgbase = otf-gfs
pkgdesc = Selection of open type fonts from the Greek Font Society.
- pkgver = 20160313
+ pkgver = 20160720
pkgrel = 1
url = http://www.greekfontsociety.gr/pages/gr_typefaces1.html
- install = otf-gfs.install
arch = any
license = custom
makedepends = unzip
@@ -60,7 +59,7 @@ pkgbase = otf-gfs
md5sums = c557a9e9e366b938d4c85ef15059b868
md5sums = 3cba29df7b102c10c1612f15d0b6b6d3
md5sums = 2672799c089cc78212046e7effcd0b3b
- md5sums = c37d6490a648ab987743c0878c9a423c
+ md5sums = f07c7b92d98a99bfbab579b8780a922d
md5sums = 2409b756a28631aae2912004c2a867e9
md5sums = 55684035c46a240699d3d13b34c6affe
md5sums = 7294978fb48cec9317d68d68378f2abb
diff --git a/PKGBUILD b/PKGBUILD
index 7e07cb7d4544..03f983f98dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Antonis G. <capoiosct at gmail dot com>
+# Maintainer: GordonGR <ntheo1979@gmail.com>
+# Contributor: Antonis G. <capoiosct at gmail dot com>
# Contributor: Apostolos Bessas <mpessas at gmail dot com>
pkgname=otf-gfs
-pkgver=20160313
+pkgver=20160720
pkgrel=1
pkgdesc='Selection of open type fonts from the Greek Font Society.'
arch=(any)
@@ -10,7 +11,6 @@ url='http://www.greekfontsociety.gr/pages/gr_typefaces1.html'
license=('custom')
makedepends=('unzip')
depends=()
-install='otf-gfs.install'
source=("http://www.greekfontsociety.gr/_assets/fonts/GFS_Pyrsos.zip"
@@ -43,7 +43,7 @@ md5sums=('ad4bce50a20830c93bc6e4437f674e95'
'c557a9e9e366b938d4c85ef15059b868'
'3cba29df7b102c10c1612f15d0b6b6d3'
'2672799c089cc78212046e7effcd0b3b'
- 'c37d6490a648ab987743c0878c9a423c'
+ 'f07c7b92d98a99bfbab579b8780a922d'
'2409b756a28631aae2912004c2a867e9'
'55684035c46a240699d3d13b34c6affe'
'7294978fb48cec9317d68d68378f2abb'
diff --git a/otf-gfs.install b/otf-gfs.install
deleted file mode 100644
index 4b77955a6a4f..000000000000
--- a/otf-gfs.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install()
-{
- echo -n "Updating font cache..."
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/OTF
- mkfontdir /usr/share/fonts/OTF
- echo "done"
-}
-
-post_upgrade()
-{
- post_install
-}