summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Ruiz Safont2018-02-01 14:12:25 +0000
committerPau Ruiz Safont2018-02-01 14:12:25 +0000
commit231a83bc734b53a9dab9019cc7015b5acad2839c (patch)
tree0b1400c284cf355097583734302588ce9c0e4a8b
parentb10251d5d0f512ea7a64ce8b886ccd4ef4c97689 (diff)
downloadaur-231a83bc734b53a9dab9019cc7015b5acad2839c.tar.gz
maintenance: update to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea187cf6cd90..79e39e3a90ca 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.0
+ pkgver = 0.7.1
pkgrel = 2
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.0.tar.gz
- md5sums = 5858f5896048937130d488469eb2b79a
+ source = https://github.com/caryll/otfcc/archive/v0.7.1.tar.gz
+ md5sums = 34d0dc9c3f802d9af24f345e66c7a75f
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 5f50d7dcc84d..4fd67b6c1438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Andy Kluger <AndyKluger@gmail.com>
+# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc='A C library and utility for parsing and writing OpenType font files.'
arch=('i686' 'x86_64')
url='https://github.com/caryll/otfcc'
license=('APACHE')
makedepends=('premake-git') # premake5
source=("https://github.com/caryll/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('5858f5896048937130d488469eb2b79a')
+md5sums=('34d0dc9c3f802d9af24f345e66c7a75f')
build() {
cd "${pkgname}-${pkgver}"