diff options
author | Laura Hausmann | 2025-03-05 19:02:26 +0100 |
---|---|---|
committer | Laura Hausmann | 2025-03-05 19:02:26 +0100 |
commit | c897c097464ce5446ec1dac940f24528266a0f8b (patch) | |
tree | de5f9cad545a6441dca2164db4bbf6d285a37584 | |
parent | 6a846aba000d2b274ecab85d211d2fda4e5c0753 (diff) | |
download | aur-c897c097464ce5446ec1dac940f24528266a0f8b.tar.gz |
Update to v2023.12.12
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = iceshrimp-pre pkgdesc = YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023 - pkgver = v2023.12.11 - pkgrel = 2 + pkgver = v2023.12.13 + pkgrel = 1 url = https://iceshrimp.dev/iceshrimp/iceshrimp install = iceshrimp.install arch = x86_64 @@ -9,12 +9,12 @@ pkgbase = iceshrimp-pre license = AGPL3 makedepends = makepkg-git-lfs-proto makedepends = npm - depends = nodejs-lts-iron + depends = nodejs-lts-jod optdepends = ffmpeg: for video transcoding provides = iceshrimp conflicts = iceshrimp backup = etc/iceshrimp/configuration.yml - source = iceshrimp::git-lfs+https://iceshrimp.dev/iceshrimp/iceshrimp.git#tag=v2023.12.11 + source = iceshrimp::git-lfs+https://iceshrimp.dev/iceshrimp/iceshrimp.git#tag=v2023.12.13 source = iceshrimp.service source = iceshrimp.sysusers source = iceshrimp.tmpfiles @@ -28,6 +28,6 @@ pkgbase = iceshrimp-pre sha512sums = 130d1b1aae460ddb082d945b525fb046dcaa9084622b6daebff3f1cd9c8d4cc7dc7b68959a5487cfc0df91641c5423dccc723152726980b7230c2134f7bf2a6a pkgname = iceshrimp-pre - depends = nodejs-lts-iron + depends = nodejs-lts-jod depends = redis depends = postgresql @@ -1,8 +1,8 @@ # Maintainer: zotan <aur@zotan.email> pkgname=iceshrimp-pre -pkgver=v2023.12.11 -pkgrel=2 +pkgver=v2023.12.13 +pkgrel=1 pkgdesc="YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023" arch=(x86_64 aarch64) url="https://iceshrimp.dev/iceshrimp/iceshrimp" @@ -11,7 +11,7 @@ license=(AGPL3) _pkgver=$(echo "$pkgver" | sed 's/\.0$//') makedepends=(makepkg-git-lfs-proto npm) -depends=(nodejs-lts-iron) +depends=(nodejs-lts-jod) optdepends=( "ffmpeg: for video transcoding" ) |