summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2017-01-10 13:11:00 -0500
committerAndy Kluger2017-01-10 13:11:00 -0500
commit21ee1b57c0f34e58b4d9d27befc37ccb4da3df17 (patch)
tree5aa67ac9502b2e7f4cba243c1fe8345df293c476
parenteccb9088ff18e06b657450c8939b193f23e40f2c (diff)
downloadaur-21ee1b57c0f34e58b4d9d27befc37ccb4da3df17.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d6559471fd1..631369df3691 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.2.3
- pkgrel = 2
+ pkgver = 0.6.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.2.3.tar.gz
- md5sums = e3694cb5fea99488bba4de1ae40cc79b
+ source = https://github.com/caryll/otfcc/archive/v0.6.3.tar.gz
+ md5sums = ca576854c8cf8d164711de3ab197b847
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index e99cb62c8e77..1144cf0f2545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
pkgname=otfcc
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.6.3
+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=('e3694cb5fea99488bba4de1ae40cc79b')
+md5sums=('ca576854c8cf8d164711de3ab197b847')
build() {
cd "${pkgname}-${pkgver}"