summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Hausmann2023-11-15 21:12:54 +0100
committerLaura Hausmann2023-11-15 21:12:54 +0100
commitc5c31b657b66b2ee4aab449e2376799ba8e29ae7 (patch)
treebf1e360f6ca8578c40d914746dc6dbc405d4b8e7
parentf8a3238930e9ba52b5e1286a57b843f298e85336 (diff)
downloadaur-c5c31b657b66b2ee4aab449e2376799ba8e29ae7.tar.gz
Fix git-lfs proto
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6925139e34bf..0ac3f9af4069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iceshrimp-git
pkgdesc = YAMF (Yet another Misskey fork) bringing you no-nonsense fixes, features & improvements you actually want since 2023
pkgver = v2023.11.1.r36.gbea635620
- pkgrel = 3
+ pkgrel = 4
url = https://iceshrimp.dev/iceshrimp/iceshrimp
install = iceshrimp.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = iceshrimp-git
provides = iceshrimp
conflicts = iceshrimp
backup = etc/iceshrimp/configuration.yml
- source = iceshrimp::git+https://iceshrimp.dev/iceshrimp/iceshrimp.git#branch=dev
+ source = iceshrimp::git-lfs+https://iceshrimp.dev/iceshrimp/iceshrimp.git#branch=dev
source = iceshrimp.service
source = iceshrimp.sysusers
source = iceshrimp.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index b503ce9724a4..70998a8577c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=iceshrimp-git
pkgver=v2023.11.1.r36.gbea635620
-pkgrel=3
+pkgrel=4
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"
@@ -24,7 +24,7 @@ backup=("etc/iceshrimp/configuration.yml")
install="iceshrimp.install"
source=(
- "iceshrimp::git+https://iceshrimp.dev/iceshrimp/iceshrimp.git#branch=dev"
+ "iceshrimp::git-lfs+https://iceshrimp.dev/iceshrimp/iceshrimp.git#branch=dev"
"iceshrimp.service"
"iceshrimp.sysusers"
"iceshrimp.tmpfiles"