summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Regan2021-02-25 16:42:07 -0500
committerJohn Regan2021-02-25 16:42:07 -0500
commit85575255ba5c0196d314d0a80fce0ea527e5ebca (patch)
treef6569419a1a8599c763be2f06b6aa97a218817b9 /PKGBUILD
parentad08524acf322900a00ae4dd290aab929b978381 (diff)
downloadaur-85575255ba5c0196d314d0a80fce0ea527e5ebca.tar.gz
add git as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1079353960c7..a3966629e9e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='libgme-vgmplay-git'
_pkgbase='libgme-vgmplay'
pkgver=r253.5bdc5d1
-pkgrel=1
+pkgrel=2
pkgdesc="libgme fork with VGMPlay integrated"
arch=('x86_64' 'i686')
url="https://git.lopez-snowhill.net/chris/game_music_emu"
license=('LGPL')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
conflicts=('libgme')
provides=('libgme')