summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3d9a543bd25..4d5f1c8dbf04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=jpmidi
pkgname=$_pkgname-git
pkgver=r14.8425151
-pkgrel=1
+pkgrel=3
pkgdesc="SMF player for JACK MIDI with transport sync"
arch=('x86_64')
url="https://github.com/jerash/jpmidi"
license=('GPL')
depends=('jack')
+makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=(git+https://github.com/jerash/jpmidi.git)