summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPau Ruiz Safont2020-12-26 17:49:50 +0000
committerPau Ruiz Safont2020-12-26 17:49:50 +0000
commitd5f30422bb963697fff256c958af128854274c44 (patch)
treefb165040a080381037db26ba32b7fbf56e6430db /PKGBUILD
parent473d8d4c9ca14c7e6f43150ea3d91da571b71be5 (diff)
downloadaur-otfcc.tar.gz
maintenance: use official premake package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05b5848bae1e..85f5feac9b59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pau Ruiz Safont <unduthegun@gmail.com>
pkgname=otfcc
pkgver=0.10.4
-pkgrel=1
+pkgrel=2
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
+makedepends=('premake>=5.0a1')
source=("https://github.com/caryll/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('d9c74825ddac700eb429de31de7cb0a249636f47c6a4cc64eaa102a40966cf00')