summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2023-09-03 12:30:25 +0200
committerredtide2023-09-03 12:30:25 +0200
commit8bee211244965b24b178afcb45caf3e923172a1a (patch)
treec4d103b276d4ff251cd6db78373bc01257d225ee
parentda9ce1d9607f629f818476a9bf1b4f475ff7e708 (diff)
downloadaur-carla-bridges-win.tar.gz
Update to 2.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7ede9c5e2b..517010208d1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = carla-bridges-win
pkgdesc = Carla Windows bridges
- pkgver = 2.5.4
+ pkgver = 2.5.6
pkgrel = 1
url = https://kx.studio/Applications:Carla
arch = i686
arch = x86_64
groups = proaudio
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = git
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
@@ -14,7 +14,7 @@ pkgbase = carla-bridges-win
depends = mingw-w64-crt
depends = mingw-w64-winpthreads
depends = wine
- source = carla-bridges-win-2.5.4::git+https://github.com/falkTX/Carla#tag=4a6dc504be5d547a97079bf3400a85f9080177db?signed
+ source = carla-bridges-win-2.5.6::git+https://github.com/falkTX/Carla#tag=e6faf35ca1a0b20f241aa38de64c070cfe5593a1?signed
validpgpkeys = 62B11043D2F6EB6672D93103CDBAA37ABC74FBA0
sha512sums = SKIP
b2sums = SKIP
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