summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-02-16 21:11:48 -0500
committerChris Severance2017-02-16 21:11:48 -0500
commit6ea163f6b9c60a735fc31b01eb5aa8331d51de5a (patch)
treee2ba9a0ef02e9b06b5a308a01f8796e3dd04215a
parentd3591e3481cd0d5065160e438ae6456224911276 (diff)
downloadaur-6ea163f6b9c60a735fc31b01eb5aa8331d51de5a.tar.gz
Update to 0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fd5a275207c..73075692f9d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Feb 17 02:11:32 UTC 2017
pkgbase = php-font-lib
pkgdesc = FontLib :: A library to read, parse, export and make subsets of different types of font files.
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/PhenX/php-font-lib
arch = any
license = LGPL
depends = php>=5.3
options = !strip
- source = php-font-lib-0.4.tar.gz::https://github.com/PhenX/php-font-lib/archive/0.4.tar.gz
- sha256sums = c37b5ac553b039b8406f26911595310ecb5563add3b94dbc1dadaa073554becf
+ source = php-font-lib-0.5.tar.gz::https://github.com/PhenX/php-font-lib/archive/0.5.tar.gz
+ sha256sums = cfc195c397d97a0a33251ef8281979fbfbdf3ffe426fac03acfdf40f6223c21c
pkgname = php-font-lib
diff --git a/PKGBUILD b/PKGBUILD
index c8f9429eebe4..6c0c3c7838ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ set -u
_pkgnick='FontLib'
_pkgname='php-font-lib'
pkgname="${_pkgname}"
-pkgver='0.4'
+pkgver='0.5'
pkgrel='1'
pkgdesc="${_pkgnick} :: A library to read, parse, export and make subsets of different types of font files."
arch=('any')
@@ -14,11 +14,12 @@ depends=('php>=5.3')
options=('!strip')
_verwatch=("${url}/releases" "${url#*github.com}/archive/\(.*\)\.tar\.gz" 'l')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c37b5ac553b039b8406f26911595310ecb5563add3b94dbc1dadaa073554becf')
+sha256sums=('cfc195c397d97a0a33251ef8281979fbfbdf3ffe426fac03acfdf40f6223c21c')
prepare() {
set -u
cd "${_pkgname}-${pkgver}"
+ # Putting the maps in webapps like Debian did makes no sense. What other package will use this without conflict?
sed -i -e 's:/\.\./maps/:/maps/:g' "src/${_pkgnick}/AdobeFontMetrics.php"
set +u
}