summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiasoc52021-04-05 16:05:16 -0400
committerkiasoc52021-04-05 16:05:16 -0400
commit7119be1baf2aa2435f16900ffe7402f30f12f252 (patch)
treec68f85b23a4032e5470b91bb7bef3bee329487cc
parent4ba8bcb625e2009397dbfefee72b8f37f6f45313 (diff)
parent783be4fd6e87fd4875d637c54fc3d568d5520153 (diff)
downloadaur-7119be1baf2aa2435f16900ffe7402f30f12f252.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/midivisualizer-git
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 544c0908136e..70d0926c3d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc='A small MIDI visualizer tool, using OpenGL'
arch=('x86_64')
url='https://github.com/kosua20/MIDIVisualizer'
license=('MIT')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("$_pkgname")
+conflicts=("$_pkgname")
depends=('gtk3' 'ffmpeg')
makedepends=('cmake' 'git')
source=("$_pkgname::git+https://github.com/kosua20/MIDIVisualizer")