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 a12d5f20d546..45feeab3a836 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.8.0
+ pkgver = 0.8.1
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.0.tar.gz
- md5sums = e25ff996878f2360e7b047cc335b5e09
+ source = https://github.com/caryll/otfcc/archive/v0.8.1.tar.gz
+ md5sums = 490e2e7dd91e7f2ff1cd93e74369dfff
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 1ae28361b90c..5e9ac755e6cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.8.0
+pkgver=0.8.1
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=('e25ff996878f2360e7b047cc335b5e09')
+md5sums=('490e2e7dd91e7f2ff1cd93e74369dfff')
build() {
cd "${pkgname}-${pkgver}"