Skip to content

Commit 0bde25b

Browse files
committed
chor: update repository URL in PKGBUILD files to reflect correct GitHub source prepearing for a pull request
Update: Changing the Icon to the new one
1 parent 9d65e10 commit 0bde25b

3 files changed

Lines changed: 33 additions & 13 deletions

File tree

PKGBUILD-bin

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ provides=("pacsea=${pkgver}")
4444
conflicts=('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

5353
sha256sums=('SKIP')
5454
sha256sums_x86_64=('SKIP')

PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sha256sums=()
4949
fetch_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

data/assets/pacsea.svg

Lines changed: 29 additions & 9 deletions
Loading

0 commit comments

Comments
 (0)