summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a87b909198a..e8e126e44b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = otfcc
pkgdesc = A C library and utility for parsing and writing OpenType font files.
- pkgver = 0.8.4
+ pkgver = 0.8.6
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.8.4.tar.gz
+ source = https://github.com/caryll/otfcc/archive/v0.8.6.tar.gz
md5sums = c8febe6aee2a968ce58c94c92d4392fa
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 4397714fba65..d6cef226a76f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.8.4
+pkgver=0.8.6
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=('c8febe6aee2a968ce58c94c92d4392fa')
+md5sums=('bc7a6d2819eaf570264368412bf00936')
build() {
cd "${pkgname}-${pkgver}"