summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d984f7f9f737..d2114ce3e760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = showmidi-git
pkgdesc = Multi-platform GUI application to effortlessly visualize MIDI activity
- pkgver = 0.6.0.r7.gbfbb72e
+ pkgver = 0.9.0.r1.g48b7c3f
pkgrel = 1
url = https://github.com/gbevin/ShowMIDI
arch = i686
@@ -8,11 +8,14 @@ pkgbase = showmidi-git
license = GPLv3
makedepends = pkg-config
makedepends = cmake
+ makedepends = git
depends = alsa-lib
depends = freetype2
depends = libxrandr
depends = libxinerama
depends = libxcursor
+ conflicts = showmidi
+ replaces = showmidi
source = ShowMIDI::git+https://github.com/gbevin/ShowMIDI.git
md5sums = SKIP
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")