summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55868b58b20d..acf8c126eea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
_pkgname=vcvrack
pkgname=${_pkgname}-bin
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source virtual modular synthesizer'
url='https://vcvrack.com/'
-license=('GPL3')
+license=('GPL-3.0-or-later')
arch=('x86_64')
provides=('vcvrack' 'vcvrack-fundamental')
conflicts=('vcvrack' 'vcvrack-fundamental')
@@ -27,7 +27,7 @@ package() {
cp -R Rack2Free "$pkgdir/opt/$_pkgname"
install -d "${pkgdir}/usr/share/applications"
- install ../vcvrack.desktop "${pkgdir}/usr/share/applications"
+ install vcvrack.desktop "${pkgdir}/usr/share/applications"
install -D vcvrack "$pkgdir/usr/bin/vcvrack"
}