summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlifespirit2024-11-08 17:31:26 +0300
committerlifespirit2024-11-08 17:31:26 +0300
commitdf329937517508847f0c8dbd078d288557df88bf (patch)
tree9ee0df9264234443fa5bb30ef57eb9630913dd08
parent64331adaf3f1fd6f944de677fb45fbfa01399200 (diff)
downloadaur-df329937517508847f0c8dbd078d288557df88bf.tar.gz
bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132c2a3f11e2..4a0802e9dcaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lemmy-ui
pkgdesc = The official web app for lemmy
- pkgver = 0.19.5
+ pkgver = 0.19.6
pkgrel = 1
url = https://github.com/LemmyNet/lemmy-ui
arch = any
@@ -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=253f0d9b1846475b17a19d9abb838dddf2066c74
+ source = lemmy-ui::git+https://github.com/LemmyNet/lemmy-ui#commit=8d95373cf889f2d2b5342525c65f96f68c92e0df
source = git+https://github.com/LemmyNet/lemmy-translations.git
source = systemd.service
source = tmpfiles.conf
diff --git a/PKGBUILD b/PKGBUILD
index a6ed7cd0a98a..0af85019ad92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=lemmy-ui
-pkgver=0.19.5
+pkgver=0.19.6
pkgrel=1
pkgdesc='The official web app for lemmy'
arch=('any')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('nodejs' 'lemmy')
makedepends=('git' 'pnpm' 'python')
backup=('etc/lemmy/lemmy-ui.env')
-_commit='253f0d9b1846475b17a19d9abb838dddf2066c74'
+_commit='8d95373cf889f2d2b5342525c65f96f68c92e0df'
source=(
"$pkgname::git+https://github.com/LemmyNet/lemmy-ui#commit=$_commit"
'git+https://github.com/LemmyNet/lemmy-translations.git'