summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642d666204e9..c9746ebdd414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = libgme-vgmplay-git
pkgdesc = libgme fork with VGMPlay integrated
pkgver = r253.5bdc5d1
- pkgrel = 1
+ pkgrel = 2
url = https://git.lopez-snowhill.net/chris/game_music_emu
arch = x86_64
arch = i686
license = LGPL
makedepends = cmake
+ makedepends = git
provides = libgme
conflicts = libgme
source = libgme-vgmplay::git+https://git.lopez-snowhill.net/chris/game_music_emu.git#branch=vgmplay
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')