summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-07-07 20:31:12 +0200
committerD3S0X2020-07-07 20:31:12 +0200
commit48a9cf0adaa8148966108cfae7804879aec0f39e (patch)
tree9f7ab60a7faedd5f79eaf4a8d2169d5cda500b3b
parente3c92e8098615fabab29a42556f00f4c8f20befc (diff)
downloadaur-48a9cf0adaa8148966108cfae7804879aec0f39e.tar.gz
fixed symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10bd8d3c170..138b5b3061a5 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 = 2
+ pkgrel = 3
url = https://github.com/josh-richardson/cadmus/
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f45c2d95bcb3..2b4fe3d1c404 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <desoxhd@gmail.com>
pkgname=cadmus-deb
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
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}/opt/cadmus/cadmus" "${pkgdir}/usr/bin/cadmus"
-}
+ ln -s "${pkgdir}/usr/bin/cadmus" /opt/cadmus/cadmus
+}