summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 138b5b3061a5..3a8e2ab05711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cadmus-deb
pkgdesc = A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin
pkgver = 0.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/josh-richardson/cadmus/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2b4fe3d1c404..1646b9188b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <desoxhd@gmail.com>
pkgname=cadmus-deb
pkgver=0.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin"
arch=('x86_64')
url="https://github.com/josh-richardson/cadmus/"
@@ -18,5 +18,5 @@ package() {
# this extracts all into the pkgdir
tar xf "${srcdir}/data.tar.gz"
mkdir -p "${pkgdir}/usr/bin/"
- ln -s "${pkgdir}/usr/bin/cadmus" /opt/cadmus/cadmus
-}
+ ln -s /opt/cadmus/cadmus "${pkgdir}/usr/bin/cadmus"
+}