summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Ruiz Safont2018-02-01 14:27:39 +0000
committerPau Ruiz Safont2018-02-01 14:27:39 +0000
commita0d5ff4a1fe4330626e2399f262f405e412bb47b (patch)
tree8174f38e9d80c0991989bef3a64a9f973bef6824
parentd578b54e6b0161ae72f8f5ecbe2c6222e089c7d7 (diff)
downloadaur-a0d5ff4a1fe4330626e2399f262f405e412bb47b.tar.gz
maintenance: update to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78d18932c581..a7c1402b704e 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.9.0
+ pkgver = 0.9.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.9.0.tar.gz
- md5sums = 2e08f0fad68c54dfa696eda3c3ddfc98
+ source = https://github.com/caryll/otfcc/archive/v0.9.1.tar.gz
+ md5sums = 6a4714f745e97d0b8034d77c927a96f1
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index 6735c00eb000..3f16ca11e932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.9.0
+pkgver=0.9.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=('2e08f0fad68c54dfa696eda3c3ddfc98')
+md5sums=('6a4714f745e97d0b8034d77c927a96f1')
build() {
cd "${pkgname}-${pkgver}"