summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Ruiz Safont2020-04-15 08:15:55 +0100
committerPau Ruiz Safont2020-04-15 08:15:55 +0100
commit473d8d4c9ca14c7e6f43150ea3d91da571b71be5 (patch)
tree4df72ac5775754601697e16aafb85083d7a5946d
parent292ae918826410c999d5c776242797c5fdbb878a (diff)
downloadaur-473d8d4c9ca14c7e6f43150ea3d91da571b71be5.tar.gz
update to 0.10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d991bddf3da6..f5f32b908d05 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
+ pkgver = 0.10.4
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.10.3-alpha.tar.gz
- md5sums = e396c8a1c8feaef5d6757c7244c3c884
+ source = https://github.com/caryll/otfcc/archive/v0.10.4.tar.gz
+ sha256sums = d9c74825ddac700eb429de31de7cb0a249636f47c6a4cc64eaa102a40966cf00
pkgname = otfcc
diff --git a/PKGBUILD b/PKGBUILD
index ce7965f66264..05b5848bae1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
-pkgver=0.10.3.alpha
+pkgver=0.10.4
pkgrel=1
-tgzver=0.10.3-alpha
-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=('e396c8a1c8feaef5d6757c7244c3c884')
+source=("https://github.com/caryll/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('d9c74825ddac700eb429de31de7cb0a249636f47c6a4cc64eaa102a40966cf00')
build() {
cd "${foldname}"