summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7c2adc02384..d67fc6a009e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ctrlr
pkgdesc = Control any midi enabled hardware: synthesizers, drum machines, samplers, effects. Create custom user interfaces. Host them as VST or AU plugins in your favorite daws.
pkgver = 5.4.16
- pkgrel = 2
+ pkgrel = 3
url = https://ctrlr.org
arch = x86_64
groups = pro-audio
diff --git a/PKGBUILD b/PKGBUILD
index bc11c7445246..a365df2c88b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ctrlr
pkgver=5.4.16
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Control any midi enabled hardware: synthesizers, drum machines, samplers, effects. Create custom user interfaces. Host them as VST or AU plugins in your favorite daws."
arch=('x86_64')
@@ -42,7 +42,7 @@ package() {
# Create symbolic link libbfd-2.24-system.so, used by Ctrlr,
# to the last version of libbfd.so
CTRLR_LIBBFD_LINK="libbfd-2.24-system.so"
- LIBBFD_PATH=$(ls /usr/lib/libbfd-?.??.so | sort -r | head -n1)
+ LIBBFD_PATH=$(ls /usr/lib/libbfd-?.??*.so | sort -r | head -n1)
LIBBFD_NAME=$(basename ${LIBBFD_PATH})
ln -s "${LIBBFD_NAME}" "${LIBPATH}/${CTRLR_LIBBFD_LINK}"
}