summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Ruiz i Safont2018-02-01 14:38:07 +0000
committerPau Ruiz i Safont2018-02-01 14:38:07 +0000
commitb7c3aa6f99f08c0e0e5415aed19c08183ee3d826 (patch)
tree1fd7c23153ee4891bb1af2bcddb46bdc88190eec
parent12d4dbe0d0a5b23137ff7587be0a3c2e3f9b3d5d (diff)
downloadaur-b7c3aa6f99f08c0e0e5415aed19c08183ee3d826.tar.gz
maintenance: update to 0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46cee49bb9d4..d565e280710a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = otfcc
pkgdesc = A C library and utility for parsing and writing OpenType font files.
- pkgver = 0.9.4
+ pkgver = 0.9.5
pkgrel = 1
url = https://github.com/caryll/otfcc
arch = i686
arch = x86_64
license = APACHE
makedepends = premake-git
- source = https://github.com/caryll/otfcc/archive/v0.9.4.tar.gz
- md5sums = ee1a047cd3d1706966050e7c81523974
+ source = https://github.com/caryll/otfcc/archive/v0.9.5.tar.gz
+ md5sums = be2488483934c1b653118f89026dc690
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 4cc9ae7612c7..7a831f5284b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.9.4
+pkgver=0.9.5
pkgrel=1
pkgdesc='A C library and utility for parsing and writing OpenType font files.'
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url='https://github.com/caryll/otfcc'
license=('APACHE')
makedepends=('premake-git') # premake5
source=("https://github.com/caryll/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('ee1a047cd3d1706966050e7c81523974')
+md5sums=('be2488483934c1b653118f89026dc690')
build() {
cd "${pkgname}-${pkgver}"