Skip to content

Commit

Permalink
refactor(*): post-transition cleanup (#5935)
Browse files Browse the repository at this point in the history
remove uses of `gnuarch` in `source`, redundant `post_{install,remove}()` blocks
  • Loading branch information
vigress8 authored May 3, 2024
1 parent af5fa54 commit 3a1954c
Show file tree
Hide file tree
Showing 52 changed files with 94 additions and 261 deletions.
34 changes: 8 additions & 26 deletions packages/ardour-git/ardour-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ prepare() {
# will be applied when ubuntu starts supporting qm-dsp 1.8.0
# unsetting gtk2 rc (FS#54389)
sed -e '8iexport GTK2_RC_FILES=/dev/null' -i "gtk2_ardour/ardour.sh.in"

git fetch --unshallow && git pull
}

build() {
Expand Down Expand Up @@ -49,37 +47,21 @@ package() {
wait

# man pages
install -vDm 644 "./ardour.1" -t "/usr/share/man/man1/"
install -vDm 644 "./ardour.1" -t "${pkgdir}/usr/share/man/man1/"

# File types
install -vDm 644 "./build/gtk2_ardour/ardour.xml" -t "/usr/share/mime/packages/"
}
install -vDm 644 "./build/gtk2_ardour/ardour.xml" -t "${pkgdir}/usr/share/mime/packages/"

post_install() {
# Icons
for size in 16 22 32 48; do
sudo install -vdm 755 "/usr/share/icons/hicolor/${size}x${size}/mimetypes"
sudo install -vDm 644 "/usr/share/ardour7/icons/application-x-ardour_${size}px.png" "/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-ardour.png"
done

for size in 16 22 32 48 256 512; do
sudo install -vdm 755 "/usr/share/icons/hicolor/${size}x${size}/apps"
sudo install -vDm 644 "/usr/share/ardour7/resources/Ardour-icon_${size}px.png" "/usr/share/icons/hicolor/${size}x${size}/apps/ardour.png"
install -vdm 755 "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes"
install -vDm 644 "${pkgdir}/usr/share/ardour7/icons/application-x-ardour_${size}px.png" \
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-ardour.png"
done
}

post_remove() {
sudo rm -f "/usr/bin/ardour7-copy-mixer"
sudo rm -f "/usr/bin/ardour7-export"
sudo rm -f "/usr/bin/ardour7-fix_bbtppq"
sudo rm -f "/usr/bin/ardour7-new_empty_session"
sudo rm -f "/usr/bin/ardour7-copy-new_session"
sudo rm -f "/usr/share/applications/ardour7.desktop"
sudo rm -f "/usr/share/mime/packages/ardour.xml"
for size in 16 22 32 48; do
sudo rm -f "/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-ardour.png"
done
for size in 16 22 32 48 256 512; do
sudo rm -f "/usr/share/icons/hicolor/${size}x${size}/apps/ardour.png"
install -vdm 755 "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps"
install -vDm 644 "${pkgdir}/usr/share/ardour7/resources/Ardour-icon_${size}px.png" \
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/ardour.png"
done
}
6 changes: 0 additions & 6 deletions packages/aws-cli-v2-bin/aws-cli-v2-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ package() {

install -Dm644 aws-cli_bash_completion "${pkgdir}/etc/bash_completion.d/${gives}"
}

post_remove() {
sudo rm -f /usr/local/bin/aws
sudo rm -f /usr/local/bin/aws_completer
sudo rm -rf /usr/local/aws-cli/
}
12 changes: 4 additions & 8 deletions packages/bazecor-app/bazecor-app.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ X-AppImage-Version=${pkgver}
Categories=Utility;" | tee "${pkgdir}/usr/share/applications/bazecor.desktop" > /dev/null
install -Dm644 "${srcdir}/bazecor.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/bazecor.png"
install -Dm755 "Bazecor-${pkgver}-x64.AppImage" "${pkgdir}/usr/bin/${gives}"
}

post_install() {
# Run `lsusb` to get the IDs for the currently attached Dygma keyboard.
idstring="$(lsusb | grep Dygma | grep -o 'ID.*:[[:alnum:]]*' | sed 's/ID //')"

Expand All @@ -44,13 +42,11 @@ post_install() {
line="SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"${YYYY}\", ATTRS{idProduct}==\"${XXXX}\", GROUP=\"users\", MODE=\"0666\""

# Generate the rule file.
mkdir -p /etc/udev/rules.d/
echo "${line}" | sudo tee /etc/udev/rules.d/50-dygma.rules > /dev/null
mkdir -p "${pkgdir}/etc/udev/rules.d/"
echo "${line}" | tee "${pkgdir}/etc/udev/rules.d/50-dygma.rules" > /dev/null
}

post_install() {
# Reload the `udev` rules.
udevadm control --reload-rules || :
}

post_remove() {
sudo rm -f /etc/udev/rules.d/50-dygma.rules
}
5 changes: 0 additions & 5 deletions packages/bemenu-git/bemenu-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,4 @@ package() {
make install DESTDIR="${pkgdir}"
}

post_remove() {
# Remove empty directories
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
}
# vim:set ft=sh ts=2 sw=2 et:
5 changes: 0 additions & 5 deletions packages/bpytop-git/bpytop-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${gives}"
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${gives}"
}

post_remove() {
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
}
3 changes: 0 additions & 3 deletions packages/clib/clib.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}

post_remove() {
sudo rm -rf "/usr/share/licenses/${pkgname}"
}
# vim:set ft=sh ts=2 sw=2 et:
5 changes: 0 additions & 5 deletions packages/cmatrix/cmatrix.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ package() {
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}

post_remove() {
sudo rm -rf "/usr/share/licenses/${pkgname}"
sudo rm -rf "/usr/share/doc/${pkgname}"
}
5 changes: 0 additions & 5 deletions packages/doas-git/doas-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ post_install() {
fancy_message info "by adding your username or other values"
}

post_remove() {
# Remove empty directories
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
}
# vim:set ft=sh ts=2 sw=2 et:
3 changes: 2 additions & 1 deletion packages/docker-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pkgver = 24.0.7
pkgdesc = Docker Engine Static Binaries
arch = arm64
arch = amd64
source = https://download.docker.com/linux/static/stable/x86_64/docker-24.0.7.tgz
depends = procps
depends = git
depends = iptables
Expand All @@ -13,5 +12,7 @@ replaces = docker-desktop
replaces = docker-ce
replaces = docker-ce-cli
replaces = containerd.io
source_amd64 = https://download.docker.com/linux/static/stable/x86_64/docker-24.0.7.tgz
source_arm64 = https://download.docker.com/linux/static/stable/aarch64/docker-24.0.7.tgz
sha256sums_amd64 = 984d59a77fa6acab97ea725a966facd33725e0e09c2fee975397fe1c6379bd3d
sha256sums_arm64 = fe6cf4b509307665af542a89454c2ecfbbd62670fc5a5d17bac7150a6f6a6776
8 changes: 2 additions & 6 deletions packages/docker-bin/docker-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ maintainer=("Oren Klopfer <[email protected]>")
arch=('arm64' 'amd64')
sha256sums_arm64=("fe6cf4b509307665af542a89454c2ecfbbd62670fc5a5d17bac7150a6f6a6776")
sha256sums_amd64=("984d59a77fa6acab97ea725a966facd33725e0e09c2fee975397fe1c6379bd3d")
if [[ ${CARCH} == arm64 ]]; then
gnuarch="aarch64"
else
gnuarch="x86_64"
fi
source=("https://download.docker.com/linux/static/stable/${gnuarch}/${gives}-${pkgver}.tgz")
source_amd64=("https://download.docker.com/linux/static/stable/x86_64/${gives}-${pkgver}.tgz")
source_arm64=("https://download.docker.com/linux/static/stable/aarch64/${gives}-${pkgver}.tgz")

build() {
cd "${_archive}"
Expand Down
3 changes: 2 additions & 1 deletion packages/docker-compose-plugin-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pkgver = 2.24.7
pkgdesc = Docker Compose cli plugin
arch = amd64
arch = arm64
source = https://github.com/docker/compose/releases/download/v2.24.7/docker-compose-linux-aarch64
replaces = docker-compose-plugin
source_amd64 = https://github.com/docker/compose/releases/download/v2.24.7/docker-compose-linux-x86_64
source_arm64 = https://github.com/docker/compose/releases/download/v2.24.7/docker-compose-linux-aarch64
sha256sums_amd64 = 19c9deb6f4d3915f5c93441b8d2da751a09af82df62d55eab097c2cbfebd519f
sha256sums_arm64 = 86fa6982c55e1bb741ac71ebbbb78c715224eeb46a820364ec6075cf87047d53
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ repology=("project: docker-compose")
maintainer=("Oren Klopfer <[email protected]>")
sha256sums_amd64=("19c9deb6f4d3915f5c93441b8d2da751a09af82df62d55eab097c2cbfebd519f")
sha256sums_arm64=("86fa6982c55e1bb741ac71ebbbb78c715224eeb46a820364ec6075cf87047d53")
if [[ ${CARCH} == amd64 ]]; then
gnuarch="x86_64"
else
gnuarch="aarch64"
fi
source=("https://github.com/docker/compose/releases/download/v${pkgver}/docker-compose-linux-${gnuarch}")
source_amd64=("https://github.com/docker/compose/releases/download/v${pkgver}/docker-compose-linux-x86_64")
source_arm64=("https://github.com/docker/compose/releases/download/v${pkgver}/docker-compose-linux-aarch64")

package() {
if [[ ${CARCH} == amd64 ]]; then
gnuarch="x86_64"
else
gnuarch="aarch64"
fi
cd "${_archive}"
mkdir -p "${pkgdir}/usr/libexec/docker/cli-plugins"
chmod a+x ./"docker-compose-linux-${gnuarch}"
Expand Down
4 changes: 0 additions & 4 deletions packages/endlessh-git/endlessh-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ package() {
install -Dm644 "${srcdir}"/sample-config "${pkgdir}/etc/endlessh/config"
}

post_remove() {
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
}
# vim:set ft=sh ts=2 sw=2 et:
3 changes: 2 additions & 1 deletion packages/exercism-cli-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pkgver = 3.2.0
pkgdesc = Go based command line tool for exercism.org
arch = amd64
arch = arm64
source = https://github.com/exercism/cli/releases/download/v3.2.0/exercism-3.2.0-linux-arm64.tar.gz
source_amd64 = https://github.com/exercism/cli/releases/download/v3.2.0/exercism-3.2.0-linux-x86_64.tar.gz
source_arm64 = https://github.com/exercism/cli/releases/download/v3.2.0/exercism-3.2.0-linux-arm64.tar.gz
sha256sums_amd64 = 4ea3e1ea8916a8003da95dbd6eef7a3a29802e637ed6a0f2aaaa2f1c98754915
sha256sums_arm64 = 57f9620e5346bf045ca72b581cb106f9dc56841ac1ff0a3070188c49d5d0b573
8 changes: 2 additions & 6 deletions packages/exercism-cli-bin/exercism-cli-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ pkgver="3.2.0"
arch=('amd64' 'arm64')
sha256sums_amd64=("4ea3e1ea8916a8003da95dbd6eef7a3a29802e637ed6a0f2aaaa2f1c98754915")
sha256sums_arm64=("57f9620e5346bf045ca72b581cb106f9dc56841ac1ff0a3070188c49d5d0b573")
if [[ ${CARCH} == amd64 ]]; then
arch_suffix="x86_64"
else
arch_suffix="arm64"
fi
source=("https://github.com/exercism/cli/releases/download/v${pkgver}/exercism-${pkgver}-linux-${arch_suffix}.tar.gz")
source_amd64=("https://github.com/exercism/cli/releases/download/v${pkgver}/exercism-${pkgver}-linux-x86_64.tar.gz")
source_arm64=("https://github.com/exercism/cli/releases/download/v${pkgver}/exercism-${pkgver}-linux-arm64.tar.gz")
pkgdesc="Go based command line tool for exercism.org"
homepage='https://exercism.org'
maintainer=("Andrew Barchuk <[email protected]>")
Expand Down
5 changes: 0 additions & 5 deletions packages/fastfetch-git/fastfetch-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ package() {
}

post_remove() {
# Remove empty directories
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
sudo rm -rf "/usr/share/${gives}"

# Remove left over directories
if ask "Do you want to remove the configuration files?" Y; then
rm -rf "${homedir}/.config/fastfetch"
Expand Down
3 changes: 2 additions & 1 deletion packages/floorp-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pkgver = 11.10.5
pkgdesc = Firefox-based Browser build for keeping the Open, Private and Sustainable Web alive
arch = amd64
arch = arm64
source = https://github.com/Floorp-Projects/Floorp/releases/download/v11.10.5/floorp-11.10.5.linux-aarch64.tar.bz2
source_amd64 = https://github.com/Floorp-Projects/Floorp/releases/download/v11.10.5/floorp-11.10.5.linux-x86_64.tar.bz2
source_arm64 = https://github.com/Floorp-Projects/Floorp/releases/download/v11.10.5/floorp-11.10.5.linux-aarch64.tar.bz2
sha256sums_amd64 = 64d264d503a669188e2b38db07490a8a7d82a114c0f18c6b18d4253e6e8af710
sha256sums_arm64 = 695dc6185df33b5ee22b802f3ba1d0043c1ebe366cce2a897431dcd8e77fa922
8 changes: 2 additions & 6 deletions packages/floorp-bin/floorp-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ pkgver="11.10.5"
repology=("project: ${gives}")
sha256sums_amd64=("64d264d503a669188e2b38db07490a8a7d82a114c0f18c6b18d4253e6e8af710")
sha256sums_arm64=("695dc6185df33b5ee22b802f3ba1d0043c1ebe366cce2a897431dcd8e77fa922")
if [[ ${CARCH} == amd64 ]]; then
gnuarch="x86_"
else
gnuarch="aarch"
fi
source=("https://github.com/Floorp-Projects/Floorp/releases/download/v${pkgver}/${gives}-${pkgver}.linux-${gnuarch}64.tar.bz2")
source_amd64=("https://github.com/Floorp-Projects/Floorp/releases/download/v${pkgver}/${gives}-${pkgver}.linux-x86_64.tar.bz2")
source_arm64=("https://github.com/Floorp-Projects/Floorp/releases/download/v${pkgver}/${gives}-${pkgver}.linux-aarch64.tar.bz2")
homepage='https://floorp.app/'
pkgdesc="Firefox-based Browser build for keeping the Open, Private and Sustainable Web alive"
maintainer=("Oren Klopfer <[email protected]>")
Expand Down
3 changes: 2 additions & 1 deletion packages/flyctl-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pkgver = 0.2.31
pkgdesc = Command line tool for fly.io services
arch = amd64
arch = arm64
source = https://github.com/superfly/flyctl/releases/download/v0.2.31/flyctl_0.2.31_Linux_arm64.tar.gz
source_amd64 = https://github.com/superfly/flyctl/releases/download/v0.2.31/flyctl_0.2.31_Linux_x86_64.tar.gz
source_arm64 = https://github.com/superfly/flyctl/releases/download/v0.2.31/flyctl_0.2.31_Linux_arm64.tar.gz
sha256sums_amd64 = 2af82bd13c9fed05fd11682ddc646c436353c87519d91482350d7a0edbb59841
sha256sums_arm64 = b7d5b38c6e6e0d6907520db81caf66cefd086a34d959b9d1fcf7427510f63c60
8 changes: 2 additions & 6 deletions packages/flyctl-bin/flyctl-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ pkgver="0.2.31"
arch=("amd64" "arm64")
sha256sums_amd64=("2af82bd13c9fed05fd11682ddc646c436353c87519d91482350d7a0edbb59841")
sha256sums_arm64=("b7d5b38c6e6e0d6907520db81caf66cefd086a34d959b9d1fcf7427510f63c60")
if [[ ${CARCH} == amd64 ]]; then
arch_suffix="x86_64"
else
arch_suffix="arm64"
fi
source=("https://github.com/superfly/flyctl/releases/download/v${pkgver}/flyctl_${pkgver}_Linux_${arch_suffix}.tar.gz")
source_amd64=("https://github.com/superfly/flyctl/releases/download/v${pkgver}/flyctl_${pkgver}_Linux_x86_64.tar.gz")
source_arm64=("https://github.com/superfly/flyctl/releases/download/v${pkgver}/flyctl_${pkgver}_Linux_arm64.tar.gz")
pkgdesc="Command line tool for fly.io services"
homepage='https://fly.io'
maintainer=("Andrew Barchuk <[email protected]>")
Expand Down
4 changes: 0 additions & 4 deletions packages/genymotion-bin/genymotion-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,3 @@ Terminal=false
Categories=Development;
END
}

post_remove() {
sudo rm -rf "/opt/${gives}"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ package() {
install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${gives}"
install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${gives}"
}

post_remove() {
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
}
5 changes: 0 additions & 5 deletions packages/gtkhash/gtkhash.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ package() {
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}

post_remove() {
sudo rm -rf "/usr/share/licenses/${pkgname}"
sudo rm -rf "/usr/share/doc/${pkgname}"
}
5 changes: 0 additions & 5 deletions packages/hyperfine-bin/hyperfine-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,4 @@ package() {
gzip --best "${pkgdir}/usr/share/man/man1/${gives}.1"
}

post_remove() {
# Remove empty directories
sudo rm -rf "/usr/share/licenses/${gives}"
sudo rm -rf "/usr/share/doc/${gives}"
}
# vim:set ft=sh ts=2 sw=2 et:
6 changes: 4 additions & 2 deletions packages/intellij-idea-community-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ pkgver = 2024.1
pkgdesc = IntelliJ IDEA is an IDE for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages
arch = amd64
arch = arm64
source = https://download-cdn.jetbrains.com/idea/ideaIC-2024.1-aarch64.tar.gz
source = intellij-idea-community.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/intellij-idea-community-bin/intellij-idea-community.desktop
source_amd64 = https://download-cdn.jetbrains.com/idea/ideaIC-2024.1.tar.gz
source_amd64 = intellij-idea-community.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/intellij-idea-community-bin/intellij-idea-community.desktop
source_arm64 = https://download-cdn.jetbrains.com/idea/ideaIC-2024.1-aarch64.tar.gz
source_arm64 = intellij-idea-community.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/intellij-idea-community-bin/intellij-idea-community.desktop
sha256sums_amd64 = 01d1b224c5e88592f954b17796a76fa8391cdcafef27264e703c7ffe47bb4065
sha256sums_amd64 = 20c489d224f83cf4b29174b8c398e256b1df0e9cb0b920890f39c5796404b293
sha256sums_arm64 = a13e7a53b5c8a512fbcb72957f24e5515618a5533f17d72914da5445b736dac1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ sha256sums_arm64=(
"a13e7a53b5c8a512fbcb72957f24e5515618a5533f17d72914da5445b736dac1"
"20c489d224f83cf4b29174b8c398e256b1df0e9cb0b920890f39c5796404b293"
)
if [[ ${CARCH} == amd64 ]]; then
archext="${pkgver}"
else
archext="${pkgver}-aarch64"
fi
source=(
"https://download-cdn.jetbrains.com/idea/ideaIC-${archext}.tar.gz"
source_amd64=(
"https://download-cdn.jetbrains.com/idea/ideaIC-${pkgver}.tar.gz"
"intellij-idea-community.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/intellij-idea-community.desktop"
)
source_arm64=(
"https://download-cdn.jetbrains.com/idea/ideaIC-${pkgver}-aarch64.tar.gz"
"intellij-idea-community.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/intellij-idea-community.desktop"
)
repology=("project: intellij-idea-community")
Expand Down
9 changes: 6 additions & 3 deletions packages/librewolf-app/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ pkgver = 121.0-1
pkgdesc = A fork of Firefox, focused on privacy, security and freedom.
arch = amd64
arch = arm64
source = https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/121.0-1/LibreWolf.aarch64.AppImage
source = icon.png::https://gitlab.com/uploads/-/system/group/avatar/5407097/icon.png
source = librewolf.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/librewolf-app/librewolf.desktop
breaks = librewolf-deb
breaks = librewolf-bin
breaks = librewolf-git
source_amd64 = https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/121.0-1/LibreWolf.x86_64.AppImage
source_amd64 = icon.png::https://gitlab.com/uploads/-/system/group/avatar/5407097/icon.png
source_amd64 = librewolf.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/librewolf-app/librewolf.desktop
source_arm64 = https://gitlab.com/api/v4/projects/24386000/packages/generic/librewolf/121.0-1/LibreWolf.aarch64.AppImage
source_arm64 = icon.png::https://gitlab.com/uploads/-/system/group/avatar/5407097/icon.png
source_arm64 = librewolf.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/librewolf-app/librewolf.desktop
sha256sums_amd64 = 63178bcc1feacc94f657ea86cf86aac8d8e272e7646ddef189eede99236fd81e
sha256sums_amd64 = SKIP
sha256sums_amd64 = SKIP
Expand Down
Loading

0 comments on commit 3a1954c

Please sign in to comment.