summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-08-10 16:03:20 +1200
committerGeorge Rawlinson2023-08-10 16:03:20 +1200
commit4d91224caec344a08475ba35e3e68cee1162dc27 (patch)
tree6723cf3116ec026ffae0568fc2a8d5d60ad6d282
parentb213770132a8ebb3f0d95c20a4dd26a0edafa9d8 (diff)
downloadaur-4d91224caec344a08475ba35e3e68cee1162dc27.tar.gz
upgpkg: lemmy 0.18.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3443c3525b5d..11aa371ca0fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lemmy
pkgdesc = A link aggregator for the fediverse
- pkgver = 0.18.3
- pkgrel = 3
+ pkgver = 0.18.4
+ pkgrel = 1
url = https://join-lemmy.org
arch = x86_64
license = AGPL3
@@ -18,7 +18,7 @@ pkgbase = lemmy
optdepends = pict-rs: for image hosting backend
options = !lto
backup = etc/lemmy/lemmy.hjson
- source = lemmy::git+https://github.com/LemmyNet/lemmy.git#commit=9ef4da19fc12c9d6963e1d1746dad44bdb40407c
+ source = lemmy::git+https://github.com/LemmyNet/lemmy.git#commit=3dd4f74cb6b9e790f1756dba9c0bf72b2911e55b
source = git+https://github.com/LemmyNet/lemmy-translations.git
source = systemd.service
source = sysusers.conf
diff --git a/PKGBUILD b/PKGBUILD
index da5f1e523d25..68b3c24b0147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=lemmy
-pkgver=0.18.3
-pkgrel=3
+pkgver=0.18.4
+pkgrel=1
pkgdesc='A link aggregator for the fediverse'
arch=('x86_64')
url='https://join-lemmy.org'
@@ -22,7 +22,7 @@ optdepends=(
)
backup=('etc/lemmy/lemmy.hjson')
options=('!lto')
-_commit='9ef4da19fc12c9d6963e1d1746dad44bdb40407c'
+_commit='3dd4f74cb6b9e790f1756dba9c0bf72b2911e55b'
source=(
"$pkgname::git+https://github.com/LemmyNet/lemmy.git#commit=$_commit"
'git+https://github.com/LemmyNet/lemmy-translations.git'