summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-02-03 22:30:56 +1300
committerGeorge Rawlinson2023-02-03 22:30:56 +1300
commitba94c7fd7c931b2fc14abd21aa7776eabc248f93 (patch)
tree1967a83d3e31aca404e86b4b0f438cfc2686bb63 /PKGBUILD
parente91f52c50e86a23d0762e95f7c334d056aea9007 (diff)
downloadaur-ba94c7fd7c931b2fc14abd21aa7776eabc248f93.tar.gz
upgpkg: lemmy-ui 0.17.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be35e76884b9..abd6d2f740b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=lemmy-ui
-pkgver=0.16.7
+pkgver=0.17.0
pkgrel=1
pkgdesc='The official web app for lemmy'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/LemmyNet/lemmy-ui'
license=('AGPL3')
depends=('nodejs')
makedepends=('git' 'yarn' 'python')
-_commit='44f22ad3b7f7afb17cd0ac6ee293b11bbbdf6087'
+_commit='6cca9a9874962154f8498b31657a6901ce48858b'
source=(
"$pkgname::git+https://github.com/LemmyNet/lemmy-ui#commit=$_commit"
'git+https://github.com/LemmyNet/lemmy-translations.git'
@@ -27,7 +27,7 @@ prepare() {
# setup submodules
git submodule init
git config submodule.lemmy-translations.url ../lemmy-translations
- git submodule update
+ git -c protocol.file.allow=always submodule update
# set UI version
sed -i "s/unknown version/$pkgver/" src/shared/version.ts