summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlifespirit2024-05-07 13:31:52 +0300
committerlifespirit2024-05-07 13:31:52 +0300
commit4e3da9771e3476245827490822dfd7a8842dcf57 (patch)
treeef94937838e1a41563398e8c17ca87051fb818a7
parent3e98198815b641cade030f71658a0fb354daa445 (diff)
downloadaur-4e3da9771e3476245827490822dfd7a8842dcf57.tar.gz
Update to 0.19.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd6efa78984..858c77a2fbc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lemmy-ui
pkgdesc = The official web app for lemmy
- pkgver = 0.18.4
- pkgrel = 3
+ pkgver = 0.19.3
+ pkgrel = 1
url = https://github.com/LemmyNet/lemmy-ui
arch = any
license = AGPL3
@@ -11,7 +11,7 @@ pkgbase = lemmy-ui
depends = nodejs
depends = lemmy
backup = etc/lemmy/lemmy-ui.env
- source = lemmy-ui::git+https://github.com/LemmyNet/lemmy-ui#commit=fd8d45282926f7d3e1e2df37e5656243386a4a05
+ source = lemmy-ui::git+https://github.com/LemmyNet/lemmy-ui#commit=1787a778f8cf01fb1b00262e44ae8e49f9b3ccc1
source = git+https://github.com/LemmyNet/lemmy-translations.git
source = systemd.service
source = tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index d6b5ff1dc866..8b899b8eeb0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=lemmy-ui
-pkgver=0.18.4
-pkgrel=3
+pkgver=0.19.3
+pkgrel=1
pkgdesc='The official web app for lemmy'
arch=('any')
url='https://github.com/LemmyNet/lemmy-ui'
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('nodejs' 'lemmy')
makedepends=('git' 'yarn' 'python')
backup=('etc/lemmy/lemmy-ui.env')
-_commit='fd8d45282926f7d3e1e2df37e5656243386a4a05'
+_commit='1787a778f8cf01fb1b00262e44ae8e49f9b3ccc1'
source=(
"$pkgname::git+https://github.com/LemmyNet/lemmy-ui#commit=$_commit"
'git+https://github.com/LemmyNet/lemmy-translations.git'