diff options
author | Laura Hausmann | 2023-11-15 21:12:54 +0100 |
---|---|---|
committer | Laura Hausmann | 2023-11-15 21:12:54 +0100 |
commit | c5c31b657b66b2ee4aab449e2376799ba8e29ae7 (patch) | |
tree | bf1e360f6ca8578c40d914746dc6dbc405d4b8e7 | |
parent | f8a3238930e9ba52b5e1286a57b843f298e85336 (diff) | |
download | aur-c5c31b657b66b2ee4aab449e2376799ba8e29ae7.tar.gz |
Fix git-lfs proto
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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" |