File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ provides=("pacsea=${pkgver}")
4444conflicts=('pacsea' 'pacsea-git')
4545
4646# Tarball for config/locale/data files (architecture-independent)
47- source=("Pacsea-${_tag}.tar.gz::https://github.com/smrini /Pacsea/archive/refs/tags/${_tag}.tar.gz")
47+ source=("Pacsea-${_tag}.tar.gz::https://github.com/Firstp1ck /Pacsea/archive/refs/tags/${_tag}.tar.gz")
4848
4949# Architecture-specific prebuilt binaries
50- source_x86_64=("pacsea-x86_64::https://github.com/smrini /Pacsea/releases/download/${_tag}/pacsea")
51- source_aarch64=("pacsea-aarch64::https://github.com/smrini /Pacsea/releases/download/${_tag}/pacsea-aarch64")
50+ source_x86_64=("pacsea-x86_64::https://github.com/Firstp1ck /Pacsea/releases/download/${_tag}/pacsea")
51+ source_aarch64=("pacsea-aarch64::https://github.com/Firstp1ck /Pacsea/releases/download/${_tag}/pacsea-aarch64")
5252
5353sha256sums=('SKIP')
5454sha256sums_x86_64=('SKIP')
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ sha256sums=()
4949fetch_source() {
5050 cd "$srcdir" || exit 1
5151 if [ ! -d Pacsea ]; then
52- git clone --filter=blob:none --sparse https://github.com/smrini /Pacsea.git Pacsea
52+ git clone --filter=blob:none --sparse https://github.com/Firstp1ck /Pacsea.git Pacsea
5353 fi
5454 cd Pacsea || exit 1
5555 git pull --tags origin main 2>/dev/null || true
You can’t perform that action at this time.
0 commit comments