Skip to content

Commit 560a4eb

Browse files
committed
fixed distrho git version to avoid meson build port of package
1 parent a290dec commit 560a4eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PKGBUILDs/distrho-lv2-git/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Contributor : speps <speps at aur dot archlinux dot org>
33
_pkgbasename=distrho-lv2
44
pkgname=${_pkgbasename}-git
5-
pkgver=r412.c742e91f
5+
pkgver=r433.1dd1200c
6+
commit=1dd1200c5b4a34d1b6521d4513e60a34bd8801fa
67
pkgrel=1
78
pkgdesc="Distrho LV2 Audio Plugins, using the JUCE Toolkit"
89
arch=('armv7h' 'i686' 'x86_64')
@@ -12,7 +13,7 @@ depends=('gcc-libs' 'lv2' 'libxext' 'freetype2' 'alsa-lib')
1213
makedepends=('git' 'premake3' 'libxinerama' 'libxrender' 'libxcursor' 'ladspa')
1314
provides=("${_pkgbasename}")
1415
conflicts=("${_pkgbasename}" 'distrho-plugins' 'distrho-plugins-lv2-git')
15-
source=("${_pkgbasename}::git://github.com/DISTRHO/DISTRHO-Ports.git")
16+
source=("${_pkgbasename}::git://github.com/DISTRHO/DISTRHO-Ports.git#commit=${commit}")
1617
sha256sums=('SKIP')
1718

1819
pkgver() {

0 commit comments

Comments
 (0)