summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-08-20 11:07:47 +0200
committerJose Riha2021-08-20 11:07:47 +0200
commit235245fa4edce0d3c13cc4364b240ff09a9ca0cf (patch)
tree3baebf6dc890990de0acc563ad2ecb7b23efc431 /PKGBUILD
parent8ea107e1de582b1c8d0cbac6b3fe2ee23803ea9b (diff)
downloadaur-gwcd-git.tar.gz
Add git to makedepends (thanks @micwoj92)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd63dc40461e..bbe012bd55c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=gwcd-git
pkgdesc="Whereigo files (.gwc) decompiler (git)"
-pkgver=r6.2481325
+pkgver=r8.c139886
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/driquet/gwcd"
license=('custom')
depends=('python')
+makedepends=('git')
source=("${pkgname}"::'git+https://github.com/driquet/gwcd.git' 'gwcd')
md5sums=('SKIP'
'e21172d23a5cc196684fda686b8679ee')