summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-07-07 20:28:35 +0200
committerD3S0X2020-07-07 20:28:35 +0200
commite3c92e8098615fabab29a42556f00f4c8f20befc (patch)
treef21825c9c8e2d1bd33c372de3c28c44874ef9d14
parent591264ee531169cd282194185640a843e98c66d3 (diff)
downloadaur-e3c92e8098615fabab29a42556f00f4c8f20befc.tar.gz
added symlink to /usr/bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639c82d0fad7..e10bd8d3c170 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 = 1
+ pkgrel = 2
url = https://github.com/josh-richardson/cadmus/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index dbefb0c26e88..f45c2d95bcb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <desoxhd@gmail.com>
pkgname=cadmus-deb
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin"
arch=('x86_64')
url="https://github.com/josh-richardson/cadmus/"
@@ -17,4 +17,6 @@ package() {
cd "${pkgdir}"
# this extracts all into the pkgdir
tar xf "${srcdir}/data.tar.gz"
+ mkdir -p "${pkgdir}/usr/bin/"
+ ln -s "${pkgdir}/opt/cadmus/cadmus" "${pkgdir}/usr/bin/cadmus"
}