summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSławomir Śpiewak2022-12-04 16:30:02 +0100
committerSławomir Śpiewak2022-12-04 16:30:02 +0100
commit63dd3213e198c3c01550529f2e6f9cd0c6379d01 (patch)
treeda6b5047394b72b20adb49b27f4b658384af2a60
parentc4672d8fac22af18eb4869ac47616aecbb156e32 (diff)
downloadaur-63dd3213e198c3c01550529f2e6f9cd0c6379d01.tar.gz
Added hack regarding pulling from unsafe repos
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b496a4bfdf2..ed5d9e04b72f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lmms-git
pkgdesc = The Linux MultiMedia Studio.
- pkgver = 1.3.0.alpha.1.r165.g912c0b76e
+ pkgver = 1.3.0.alpha.1.r236.g20baf96db
pkgrel = 1
url = https://lmms.io
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 766d4544b461..0a4da75975c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=lmms
pkgname=lmms-git
-pkgver=1.3.0.alpha.1.r165.g912c0b76e
+pkgver=1.3.0.alpha.1.r236.g20baf96db
pkgrel=1
pkgdesc='The Linux MultiMedia Studio.'
arch=('x86_64')
@@ -39,7 +39,7 @@ prepare() {
git submodule init
git config submodule.src/3rdparty/qt5-x11embed.url "${srcdir}/qt5-x11embed"
git config submodule.src/3rdparty/rpmalloc.url "${srcdir}/rpmalloc"
- git submodule update
+ git -c protocol.file.allow=always submodule update
# setting lib dir
sed -e 's|lib64|lib|g' -i cmake/modules/DetectMachine.cmake
# setting proper DESTDIR based install path for bash-completion