summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredtide2023-09-03 12:30:25 +0200
committerredtide2023-09-03 12:30:25 +0200
commit8bee211244965b24b178afcb45caf3e923172a1a (patch)
treec4d103b276d4ff251cd6db78373bc01257d225ee /PKGBUILD
parentda9ce1d9607f629f818476a9bf1b4f475ff7e708 (diff)
downloadaur-8bee211244965b24b178afcb45caf3e923172a1a.tar.gz
Update to 2.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a236acaa9788..c5299f515fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Joermungand <joermungand at gmail dot com>
# Maintainer: redtide <redtid3 at gmail dot com>
-_commit=4a6dc504be5d547a97079bf3400a85f9080177db # refs/tags/v2.5.4
+_commit=e6faf35ca1a0b20f241aa38de64c070cfe5593a1 # refs/tags/v2.5.6
pkgname=carla-bridges-win
-pkgver=2.5.4
+pkgver=2.5.6
pkgrel=1
pkgdesc="Carla Windows bridges"
arch=(i686 x86_64)
url="https://kx.studio/Applications:Carla"
-license=(GPL2)
+license=(GPL-2.0-or-later)
groups=(proaudio)
depends=(
carla
@@ -21,7 +21,7 @@ makedepends=(
mingw-w64-gcc
mingw-w64-pkg-config
)
-# see https://github.com/archlinux/svntogit-community/blob/packages/carla/trunk/PKGBUILD
+# see https://gitlab.archlinux.org/archlinux/packaging/packages/carla/-/blob/main/PKGBUILD
source=($pkgname-$pkgver::git+https://github.com/falkTX/Carla#tag=$_commit?signed)
sha512sums=('SKIP')
b2sums=('SKIP')
@@ -38,12 +38,6 @@ _pkg_config_path=$PKG_CONFIG_PATH
_win32=$WIN32
_win64=$WIN64
-prepare() {
- cd $pkgname-$pkgver
- # fix issues with python-pyqt5
- git cherry-pick -n 4151e160f1e9e03412c112fec54b5f1cde4c45de
-}
-
build() {
cd $pkgname-$pkgver
for _arch in i686-w64-mingw32 x86_64-w64-mingw32; do