diff options
author | lifespirit | 2024-11-08 17:31:26 +0300 |
---|---|---|
committer | lifespirit | 2024-11-08 17:31:26 +0300 |
commit | df329937517508847f0c8dbd078d288557df88bf (patch) | |
tree | 9ee0df9264234443fa5bb30ef57eb9630913dd08 | |
parent | 64331adaf3f1fd6f944de677fb45fbfa01399200 (diff) | |
download | aur-df329937517508847f0c8dbd078d288557df88bf.tar.gz |
bump version
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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' |