summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e39e3a90ca..2e0c68050e02 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.7.1
- pkgrel = 2
+ pkgver = 0.7.2
+ 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.7.1.tar.gz
- md5sums = 34d0dc9c3f802d9af24f345e66c7a75f
+ source = https://github.com/caryll/otfcc/archive/v0.7.2.tar.gz
+ md5sums = b66e5d739d76706e2d33315d8ec3646a
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 4fd67b6c1438..f1501ee72fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.7.1
+pkgver=0.7.2
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=('34d0dc9c3f802d9af24f345e66c7a75f')
+md5sums=('b66e5d739d76706e2d33315d8ec3646a')
build() {
cd "${pkgname}-${pkgver}"