summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-04-24 13:27:05 +0100
committerAlexandros Theodotou2019-04-24 13:27:05 +0100
commit33e19eb28612ba31fd09da0089e71283aa369853 (patch)
tree23960978cc62fcabb838b33da43fdfd2bd5f808f
parentb03561ad33447e33b09b42b7a5bc71a665cb8ed6 (diff)
downloadaur-33e19eb28612ba31fd09da0089e71283aa369853.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9976e256eafd..39e51b18fb0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-ladspa
pkgdesc = Linux Audio Developer's Simple Plugin API (LADSPA)
pkgver = 1.15
- pkgrel = 3
+ pkgrel = 4
url = https://www.ladspa.org/
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 94f7496712fa..6e4cdea05c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgbase=ladspa
pkgname=mingw-w64-ladspa
pkgver=1.15
-pkgrel=3
+pkgrel=4
pkgdesc="Linux Audio Developer's Simple Plugin API (LADSPA)"
arch=('x86_64')
license=('LGPL')
@@ -19,8 +19,8 @@ sha512sums=('a521622e23d988284244003e4ccfc3b42f6ddc7944cb00e7949b87e09d7f39a0cbb
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')
prepare() {
- mv -v ${_pkgbase}_sdk_${pkgver} ${pkgname}-${pkgver}
- cd "${pkgname}-${pkgver}"
+ mv -v ${_pkgbase}_sdk_${pkgver} ${_pkgbase}-${pkgver}
+ cd "${_pkgbase}-${pkgver}"
patch -Np0 -i "../fix-memleak-in-plugin-scanning.patch"
# add LDFLAGS for full RELRO
sed -e "s#-O2#${CFLAGS} ${LDFLAGS}#" -i src/Makefile