summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 631369df3691..184e61017a42 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.6.3
+ pkgver = 0.7.0
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.6.3.tar.gz
- md5sums = ca576854c8cf8d164711de3ab197b847
+ source = https://github.com/caryll/otfcc/archive/v0.7.0.tar.gz
+ md5sums = 5858f5896048937130d488469eb2b79a
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 1144cf0f2545..245bf803a5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
pkgname=otfcc
-pkgver=0.6.3
+pkgver=0.7.0
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=('ca576854c8cf8d164711de3ab197b847')
+md5sums=('5858f5896048937130d488469eb2b79a')
build() {
cd "${pkgname}-${pkgver}"