summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Ruiz Safont2018-02-01 14:31:56 +0000
committerPau Ruiz Safont2018-02-01 14:31:56 +0000
commita7670d22418cce3893f5a72cf4cc9c3697ca5835 (patch)
tree21f2060731dfc5d15ba5abf89de9b551d81d3fcf
parent60dc5a9abf94c65eca18c92fa248baed057b45ad (diff)
downloadaur-a7670d22418cce3893f5a72cf4cc9c3697ca5835.tar.gz
maintenance: update to 0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed849e01a8d..fa817709592c 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.2
+ pkgver = 0.9.3
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.2.tar.gz
- md5sums = c946fe9a7f93e1f9f8483ec0fcbbce87
+ source = https://github.com/caryll/otfcc/archive/v0.9.3.tar.gz
+ md5sums = 56bc752dd70d7b9d78eb8969e5df6399
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index b9e7a59efce5..3d7bfaeb8949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.9.2
+pkgver=0.9.3
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=('c946fe9a7f93e1f9f8483ec0fcbbce87')
+md5sums=('56bc752dd70d7b9d78eb8969e5df6399')
build() {
cd "${pkgname}-${pkgver}"