summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-06-13 21:00:44 +0200
committerkleintux2022-06-13 21:00:44 +0200
commitb22464f52ec3019e78b80251e84f2117851f0783 (patch)
treefc1c89b58f3da2f335a54ddf497f2ac77bf3ff2f /PKGBUILD
parent36a0094b0fdcc0061e3bd8634262f567bac060ca (diff)
downloadaur-wanderers-git.tar.gz
git added as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f78935b3ce54..365b6125f6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=wanderers
pkgname=${_pkgname}-git
pkgver=r97.054c1cd
-pkgrel=1
+pkgrel=2
pkgdesc="An open world adventure and dungeon crawling game"
arch=('x86_64')
url="https://github.com/a-nikolaev/wanderers"
license=('GPL3')
depends=('ocaml' 'ocaml-graphics' 'sdl2' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net' 'sdl2_image')
-makedepends=('sdl2' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_net' 'sdl2_image')
+makedepends=('git')
source=(
"${pkgname%-*}::git+https://github.com/a-nikolaev/wanderers.git"
game.save
@@ -30,7 +30,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- make
+ make
}
package() {