summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68eda199277d..ff8b7c55d312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lemmy-ui
pkgdesc = The official web app for lemmy
- pkgver = 0.18.2
+ pkgver = 0.18.3
pkgrel = 1
url = https://github.com/LemmyNet/lemmy-ui
arch = any
@@ -9,7 +9,7 @@ pkgbase = lemmy-ui
makedepends = yarn
makedepends = python
depends = nodejs
- source = lemmy-ui::git+https://github.com/LemmyNet/lemmy-ui#commit=9f75d0a0d3cb44067197f94c6dc9d1f8e6f8fdc2
+ source = lemmy-ui::git+https://github.com/LemmyNet/lemmy-ui#commit=401611d230ccf30b618e07a1b53bea05f27051b2
source = git+https://github.com/LemmyNet/lemmy-translations.git
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d979e830fe28..ea4a44ecd06e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=lemmy-ui
-pkgver=0.18.2
+pkgver=0.18.3
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='9f75d0a0d3cb44067197f94c6dc9d1f8e6f8fdc2'
+_commit='401611d230ccf30b618e07a1b53bea05f27051b2'
source=(
"$pkgname::git+https://github.com/LemmyNet/lemmy-ui#commit=$_commit"
'git+https://github.com/LemmyNet/lemmy-translations.git'