summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Paden2018-04-23 18:14:00 -0500
committerAaron Paden2018-04-23 18:16:12 -0500
commitaeabed20204048568a3d7ec55359169f04a73350 (patch)
tree6382eadc798bf9d64dfbe577a12fac88954cf368
parent9345abd432320170ad61d7987313643b3b474614 (diff)
downloadaur-aeabed20204048568a3d7ec55359169f04a73350.tar.gz
Add lib32-munt to provides.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb1295ac3c0f..2ec628079b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 23 00:59:19 UTC 2018
+# Mon Apr 23 23:15:18 UTC 2018
pkgbase = lib32-munt-git
pkgdesc = Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32
pkgver = 1977.aa2a2f2
- pkgrel = 1
+ pkgrel = 2
url = http://munt.sourceforge.net
arch = x86_64
license = LGPL2.1
@@ -12,6 +12,7 @@ pkgbase = lib32-munt-git
depends = lib32-portaudio
depends = lib32-libpulse
depends = lib32-alsa-lib
+ provides = lib32-munt
options = staticlibs
source = git://github.com/munt/munt.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c4c4894fe9d0..7bf7c5c0ffd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ pkgname=lib32-munt-git
_pkgname=munt
pkgdesc="Software synthesiser emulating pre-GM MIDI devices, such as the Roland MT-32"
pkgver=1977.aa2a2f2
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="http://munt.sourceforge.net"
license=(LGPL2.1)
depends=('lib32-portaudio' 'lib32-libpulse' 'lib32-alsa-lib')
makedepends=('git' 'cmake')
options=(staticlibs)
+provides=('lib32-munt')
source=(git://github.com/munt/munt.git)
md5sums=(SKIP)
pkgver() {