summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d991bddf3da6..ba115201042c 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.10.3.alpha
- pkgrel = 1
+ pkgver = 0.10.4
+ 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.10.3-alpha.tar.gz
- md5sums = e396c8a1c8feaef5d6757c7244c3c884
+ makedepends = premake>=5.0a1
+ source = https://github.com/caryll/otfcc/archive/v0.10.4.tar.gz
+ sha256sums = d9c74825ddac700eb429de31de7cb0a249636f47c6a4cc64eaa102a40966cf00
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index d1a619f5e1d6..85f5feac9b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.9.6
+pkgver=0.10.4
pkgrel=2
-tgzver=0.9.6
-foldname="${pkgname}-${tgzver}"
+foldname="${pkgname}-${pkgver}"
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${tgzver}.tar.gz")
-md5sums=('4a1f654612a72f936337f5ec82dcaa46')
+makedepends=('premake>=5.0a1')
+source=("https://github.com/caryll/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('d9c74825ddac700eb429de31de7cb0a249636f47c6a4cc64eaa102a40966cf00')
build() {
cd "${foldname}"