summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNil Geisweiller2022-11-14 14:27:50 +0200
committerNil Geisweiller2022-11-14 14:27:50 +0200
commit8be7744d77cb2fa62892b8f99be43682f769bbe6 (patch)
treea8e32530d4d1835ce268a5ca9492a3ec8e3c1146
parent01f680c4ba6dd22f6f172331a6085eb12e346cc1 (diff)
downloadaur-8be7744d77cb2fa62892b8f99be43682f769bbe6.tar.gz
Support libbfd with patch version
-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}"
}