summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPau Ruiz Safont2018-02-01 14:26:09 +0000
committerPau Ruiz Safont2018-02-01 14:26:09 +0000
commitd578b54e6b0161ae72f8f5ecbe2c6222e089c7d7 (patch)
tree089b07429978e82ddcbec26c259033933d28e6fc /PKGBUILD
parent5324efaad96494bdd9798921db766ff410d713ca (diff)
downloadaur-d578b54e6b0161ae72f8f5ecbe2c6222e089c7d7.tar.gz
maintenance: update to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6cef226a76f..6735c00eb000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.8.6
+pkgver=0.9.0
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=('bc7a6d2819eaf570264368412bf00936')
+md5sums=('2e08f0fad68c54dfa696eda3c3ddfc98')
build() {
cd "${pkgname}-${pkgver}"