summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2019-06-06 00:02:52 +0200
committerredtide2019-06-06 00:02:52 +0200
commitc16a823f616f4c959fe3fdfbe31828bc9e8f5fb3 (patch)
tree94e8081ae5232d999d077621706cfd780719930d
parent6436e915164a09ecdb93a828c38a9a565e3e541a (diff)
downloadaur-c16a823f616f4c959fe3fdfbe31828bc9e8f5fb3.tar.gz
Added conflict with the sfizz package.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2592569b0d6..3be4b6c49810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = sfizz-git
pkgdesc = Juce based SFZ format sampler
- pkgver = r5.4d45914
- pkgrel = 2
+ pkgver = r65.4fd60bb
+ pkgrel = 1
url = https://github.com/sfztools/sfizz
arch = x86_64
license = GPL3
makedepends = git
makedepends = juce
+ provides = sfizz
+ conflicts = sfizz
source = sfizz-git::git+https://github.com/sfztools/sfizz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6c2dcb5b2711..956ab4412e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: RedTide <redtid3@gmail.com>
pkgname=sfizz-git
-pkgver=r5.4d45914
-pkgrel=2
+pkgver=r65.4fd60bb
+pkgrel=1
pkgdesc="Juce based SFZ format sampler"
url="https://github.com/sfztools/sfizz"
arch=('x86_64')
license=('GPL3')
makedepends=('git' 'juce')
+provides=('sfizz')
+conflicts=('sfizz')
source=(
"$pkgname"::"git+https://github.com/sfztools/sfizz"
)
@@ -28,5 +30,5 @@ package() {
install -Dm644 "${srcdir}/${pkgname}/bundle/linux/sfizz.desktop" "${pkgdir}/usr/share/applications/sfizz.desktop"
install -Dm644 "${srcdir}/${pkgname}/resources/icons/icon_256px.png" "${pkgdir}/usr/share/pixmaps/sfizz.png"
install -Dm755 "${srcdir}/${pkgname}/Builds/LinuxMakefile/build/sfizz" "${pkgdir}/usr/bin/sfizz"
- install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/sfizz/LICENSE"
}