summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b81324b5c54..5d6559471fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = otfcc
arch = i686
arch = x86_64
license = APACHE
- makedepends = premake5
+ makedepends = premake-git
source = https://github.com/caryll/otfcc/archive/v0.2.3.tar.gz
md5sums = e3694cb5fea99488bba4de1ae40cc79b
diff --git a/PKGBUILD b/PKGBUILD
index 1144945c0aaf..e99cb62c8e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ 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=('premake5')
+makedepends=('premake-git') # premake5
source=("https://github.com/caryll/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('e3694cb5fea99488bba4de1ae40cc79b')