summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbert Graef2024-02-21 09:22:18 +0100
committerAlbert Graef2024-02-21 09:22:18 +0100
commite9337a13f196e956ae7cffe04c60da5416bd2394 (patch)
tree1fef43c6fba52e779ba67ca6fa606ac6235ef1ce /PKGBUILD
parentee2c65f635faed14fc267848bdb7002e0b66e577 (diff)
downloadaur-showmidi-git.tar.gz
Add missing git make dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7945773cf67f..081aa09d1ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=showmidi-git
_pkgname=ShowMIDI
-pkgver=0.6.0.r7.gbfbb72e
+pkgver=0.9.0.r1.g48b7c3f
pkgrel=1
pkgdesc="Multi-platform GUI application to effortlessly visualize MIDI activity"
arch=("i686" "x86_64")
license=('GPLv3')
url="https://github.com/gbevin/ShowMIDI"
depends=('alsa-lib' 'freetype2' 'libxrandr' 'libxinerama' 'libxcursor')
-makedepends=('pkg-config' 'cmake')
+makedepends=('pkg-config' 'cmake' 'git')
conflicts=('showmidi')
replaces=('showmidi')
source=("$_pkgname::git+https://github.com/gbevin/$_pkgname.git")