Skip to content

Commit

Permalink
ref(*): deprecate presumptive _archive
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Nov 24, 2024
1 parent 8412ed1 commit adb70f1
Show file tree
Hide file tree
Showing 383 changed files with 949 additions and 949 deletions.
2 changes: 1 addition & 1 deletion packages/1password-cli-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgbase = 1password-cli-bin
arch = amd64
maintainer = Oren Klopfer <[email protected]>
repology = project: 1password-cli
source = https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.3/op_linux_amd64_v2.30.3.zip
source = @1password-cli-bin~2.30.3::https://cache.agilebits.com/dist/1P/op2/pkg/v2.30.3/op_linux_amd64_v2.30.3.zip
sha256sums = a16307ebcecb40fd091d7a6ff4f0c380c3c0897c4f4616de2c5d285e57d5ee28

pkgname = 1password-cli-bin
4 changes: 2 additions & 2 deletions packages/1password-cli-bin/1password-cli-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ pkgname="1password-cli-bin"
gives="1password-cli"
repology=("project: ${gives}")
pkgver="2.30.3"
source=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_amd64_v${pkgver}.zip")
source=("@${pkgname}~${pkgver}::https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_amd64_v${pkgver}.zip")
pkgdesc="1Password CLI"
sha256sums=("a16307ebcecb40fd091d7a6ff4f0c380c3c0897c4f4616de2c5d285e57d5ee28")
arch=('amd64')
maintainer=("Oren Klopfer <[email protected]>")

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
install -Dm755 op -t "${pkgdir}/usr/bin"
}
2 changes: 1 addition & 1 deletion packages/adw-gtk3/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgbase = adw-gtk3
maintainer = Herisson <[email protected]>
repology = project: adw-gtk3
repology = repo: aur
source = https://github.com/lassekongo83/adw-gtk3/releases/download/v5.3/adw-gtk3v5.3.tar.xz
source = @adw-gtk3~5.3::https://github.com/lassekongo83/adw-gtk3/releases/download/v5.3/adw-gtk3v5.3.tar.xz
sha256sums = 2e6e87935bef30936e40d07c7af4fd20754e77917be224f61c4346867196bef0

pkgname = adw-gtk3
6 changes: 3 additions & 3 deletions packages/adw-gtk3/adw-gtk3.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ arch=('any')
pkgver="5.3"
pkgdesc="An unofficial GTK3 port of libadwaita."
repology=("project: adw-gtk3" "repo: aur")
source=("https://github.com/lassekongo83/adw-gtk3/releases/download/v${pkgver}/${pkgname}v${pkgver}.tar.xz")
source=("@${pkgname}~${pkgver}::https://github.com/lassekongo83/adw-gtk3/releases/download/v${pkgver}/${pkgname}v${pkgver}.tar.xz")
sha256sums=("2e6e87935bef30936e40d07c7af4fd20754e77917be224f61c4346867196bef0")
maintainer=("Herisson <[email protected]>")
gives="${pkgname}"
breaks=("${pkgname}" "${pkgname}-git")

build() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
mkdir -p "${pkgdir}/usr/share/themes/${pkgname}"
mkdir -p "${pkgdir}/usr/share/themes/${pkgname}-dark"
}

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
cp -r "${pkgname}"/* "${pkgdir}/usr/share/themes/${pkgname}/"
cp -r "${pkgname}"-dark/* "${pkgdir}/usr/share/themes/${pkgname}-dark/"
}
2 changes: 1 addition & 1 deletion packages/alacritty/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkgbase = alacritty
incompatible = debian:bookworm
maintainer = Warofzen <[email protected]>
repology = project: alacritty
source = https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz
source = @alacritty~0.14.0::https://github.com/alacritty/alacritty/archive/refs/tags/v0.14.0.tar.gz
sha256sums = 2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf

pkgname = alacritty
6 changes: 3 additions & 3 deletions packages/alacritty/alacritty.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgname="alacritty"
arch=("any")
pkgver="0.14.0"
repology=("project: alacritty")
source=("https://github.com/alacritty/alacritty/archive/refs/tags/v${pkgver}.tar.gz")
source=("@${pkgname}~${pkgver}::https://github.com/alacritty/alacritty/archive/refs/tags/v${pkgver}.tar.gz")
makedepends=("cargo" "cmake" "pkg-config" "libfreetype6-dev" "libfontconfig1-dev" "libxcb-xfixes0-dev" "python3" "gzip" "scdoc")
pkgdesc="A fast, cross-platform, OpenGL terminal emulator"
maintainer=("Warofzen <[email protected]>")
Expand All @@ -11,12 +11,12 @@ external_connection=true
sha256sums=("2919767177c010339502085b4ac5d3f9f15ca27e6befc39aa9d20fefb93ebcdf")

build() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
cargo build -j"${NCPU}" --release --locked
}

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
install -Dm755 target/release/alacritty -t "${pkgdir}/usr/bin"

install -Dm644 extra/logo/alacritty-term.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/Alacritty.svg"
Expand Down
2 changes: 1 addition & 1 deletion packages/amf-headers/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase = amf-headers
makedepends = git
license = MIT
maintainer = Luis Garcia <[email protected]>
source = https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v1.4.34/AMF-headers.tar.gz
source = @amf-headers~1.4.34::https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v1.4.34/AMF-headers.tar.gz
sha256sums = 5393759308f6d7bc9eb1ed8013c954e03aadb85f0ed6e96f969a5df447b0f79c

pkgname = amf-headers
4 changes: 2 additions & 2 deletions packages/amf-headers/amf-headers.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainer=("Luis Garcia <[email protected]>")
license=('MIT')

source=(
"https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v${pkgver}/AMF-headers.tar.gz"
"@${pkgname}~${pkgver}::https://github.com/GPUOpen-LibrariesAndSDKs/AMF/releases/download/v${pkgver}/AMF-headers.tar.gz"
)
sha256sums=(
"5393759308f6d7bc9eb1ed8013c954e03aadb85f0ed6e96f969a5df447b0f79c"
Expand All @@ -21,7 +21,7 @@ depends=()
optdepends=()

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
install -dm 755 "${pkgdir}/usr/include/AMF"
cp -dr --no-preserve=ownership ./* "${pkgdir}/usr/include/AMF/"
}
2 changes: 1 addition & 1 deletion packages/amfora-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgbase = amfora-bin
breaks = amfora-app
maintainer = Elsie19 <[email protected]>
repology = project: amfora
source = https://github.com/makew0rld/amfora/releases/download/v1.10.0/amfora_1.10.0_linux_64-bit
source = @amfora-bin~1.10.0::https://github.com/makew0rld/amfora/releases/download/v1.10.0/amfora_1.10.0_linux_64-bit
source = amfora.png::https://roboticoverlords.org/amfora.png
source = amfora.desktop::https://raw.githubusercontent.com/makew0rld/amfora/master/amfora.desktop
sha256sums = b2e9e50954345b38c4481e200944950675d30cdd4e1d7eef50d5b3a528cc1a0a
Expand Down
4 changes: 2 additions & 2 deletions packages/amfora-bin/amfora-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ sha256sums=(
"812e1faad6f6d4817eac60d36813472afebe2980cd2e661151a3d98669274207"
)
source=(
"https://github.com/makew0rld/amfora/releases/download/v${pkgver}/amfora_${pkgver}_linux_64-bit"
"@${pkgname}~${pkgver}::https://github.com/makew0rld/amfora/releases/download/v${pkgver}/amfora_${pkgver}_linux_64-bit"
"amfora.png::https://roboticoverlords.org/amfora.png"
"amfora.desktop::https://raw.githubusercontent.com/makew0rld/amfora/master/amfora.desktop"
)
maintainer=("Elsie19 <[email protected]>")
repology=("project: ${gives}")

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
install -Dm644 "${srcdir}"/amfora.png "${pkgdir}/usr/share/pixmaps/amfora.png"
install -Dm644 "${srcdir}"/amfora.desktop "${pkgdir}/usr/share/applications/amfora.desktop"
install -Dm755 "amfora_${pkgver}_linux_64-bit" "${pkgdir}/usr/bin/${gives}"
Expand Down
2 changes: 1 addition & 1 deletion packages/ananicy-cpp/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase = ananicy-cpp
makedepends = libsystemd-dev
makedepends = ninja-build
repology = project: ananicy-cpp
source = https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v1.1.0/ananicy-cpp-v1.1.0.tar.gz
source = @ananicy-cpp~1.1.0::https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v1.1.0/ananicy-cpp-v1.1.0.tar.gz
sha256sums = 49f59e8fa842c7603be344b7317eace773c3e416d881dae4ad7779b39b03fc4a

pkgname = ananicy-cpp
6 changes: 3 additions & 3 deletions packages/ananicy-cpp/ananicy-cpp.pacscript
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgname="ananicy-cpp"
arch=("any")
pkgver="1.1.0"
source=("https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v${pkgver}/ananicy-cpp-v${pkgver}.tar.gz")
source=("@${pkgname}~${pkgver}::https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v${pkgver}/ananicy-cpp-v${pkgver}.tar.gz")
sha256sums=("49f59e8fa842c7603be344b7317eace773c3e416d881dae4ad7779b39b03fc4a")
pkgdesc="Rewrite of Ananicy in C++"
repology=("project: ananicy-cpp")
makedepends=("cmake" "g++" "libsystemd-dev" "ninja-build")

build() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
cmake -S . -Bbuild \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
Expand All @@ -19,7 +19,7 @@ build() {
}

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
DESTDIR="${pkgdir}" cmake --install build --component Runtime
install -m755 -d "${pkgdir}/etc/ananicy.d"
}
2 changes: 1 addition & 1 deletion packages/android-studio-canary/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pkgbase = android-studio-canary
replaces = android-studio-canary
maintainer = Oren Klopfer <[email protected]>
repology = project: android-studio
source = https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
source = @android-studio-canary~2024.2.1.11::https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
sha256sums = 81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3
sha256sums = SKIP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replaces=("${gives}-beta" "${gives}" "${pkgname}")
arch=("amd64")
pkgver="2024.2.1.11"
source=(
"https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${gives}-${pkgver}-linux.tar.gz"
"@${pkgname}~${pkgver}::https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${gives}-${pkgver}-linux.tar.gz"
"${gives}.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${gives}/${gives}.desktop"
)
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386")
Expand All @@ -17,7 +17,7 @@ sha256sums=(
maintainer=("Oren Klopfer <[email protected]>")

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
# Moving all android studio files to /opt
install -d "${pkgdir}/opt/${gives}"
cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json "${pkgdir}/opt/${gives}"
Expand Down
2 changes: 1 addition & 1 deletion packages/android-studio/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pkgbase = android-studio
repology = project: android-studio
repology = repo: aur
repology = visiblename: android-studio
source = https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
source = @android-studio~2024.2.1.11::https://dl.google.com/dl/android/studio/ide-zips/2024.2.1.11/android-studio-2024.2.1.11-linux.tar.gz
source = android-studio.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/android-studio/android-studio.desktop
sha256sums = 81f2fa5da72ab6f6afacca4a5327de5191e133ad02706e3ee440dc8658b8cdc3
sha256sums = SKIP
Expand Down
4 changes: 2 additions & 2 deletions packages/android-studio/android-studio.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replaces=("${pkgname}" "${pkgname}-beta" "${pkgname}-canary")
arch=("amd64")
pkgver="2024.2.1.11"
source=(
"https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${pkgname}-${pkgver}-linux.tar.gz"
"@${pkgname}~${pkgver}::https://dl.google.com/dl/android/studio/ide-zips/${pkgver}/${pkgname}-${pkgver}-linux.tar.gz"
"${pkgname}.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/${pkgname}.desktop"
)
depends=("libc6-i386" "lib32ncurses6" "lib32stdc++6" "lib32z1" "libbz2-1.0:i386")
Expand All @@ -16,7 +16,7 @@ sha256sums=(
maintainer=("Oren Klopfer <[email protected]>")

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
# Moving all android studio files to /opt
install -d "${pkgdir}/opt/${pkgname}"
cp -a bin lib jbr plugins license LICENSE.txt build.txt product-info.json "${pkgdir}/opt/${pkgname}"
Expand Down
2 changes: 1 addition & 1 deletion packages/ani-cli-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pkgbase = ani-cli-bin
depends = fzf
maintainer = Elsie19 <[email protected]>
repology = project: ani-cli
source = https://github.com/pystardust/ani-cli/releases/download/v4.8/ani-cli
source = @ani-cli-bin~4.8::https://github.com/pystardust/ani-cli/releases/download/v4.8/ani-cli
source = ani-cli.1::https://github.com/pystardust/ani-cli/releases/download/v4.8/ani-cli.1
sha256sums = 4a21690493b4aee4165f1881b19d9d696c9f56c5687940e587c542c6caa7c6fe
sha256sums = SKIP
Expand Down
6 changes: 3 additions & 3 deletions packages/ani-cli-bin/ani-cli-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ arch=("amd64")
pkgver="4.8"
repology=("project: ${gives}")
source=(
"https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli"
"@${pkgname}~${pkgver}::https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli"
"ani-cli.1::https://github.com/pystardust/ani-cli/releases/download/v${pkgver}/ani-cli.1"
)
depends=("grep" "sed" "wget" "mpv" "aria2" "ffmpeg" "fzf")
Expand All @@ -16,13 +16,13 @@ pkgdesc="A cli tool to browse and play anime"
maintainer=("Elsie19 <[email protected]>")

prepare() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
chmod +x ani-cli
gzip -9n "${srcdir}"/ani-cli.1
}

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
install -Dm755 "./ani-cli" "${pkgdir}/usr/bin/ani-cli"
install -Dm644 "./ani-cli.1.gz" "${pkgdir}/usr/share/man/man1/ani-cli.1.gz"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/anydesk-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pkgbase = anydesk-bin
breaks = anydesk-deb
replaces = anydesk
repology = project: anydesk
source = https://download.anydesk.com/linux/anydesk-6.3.0-amd64.tar.gz
source = @anydesk-bin~6.3.0::https://download.anydesk.com/linux/anydesk-6.3.0-amd64.tar.gz
sha256sums = b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452

pkgname = anydesk-bin
4 changes: 2 additions & 2 deletions packages/anydesk-bin/anydesk-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ breaks=("${gives}-deb")
replaces=("${gives}")
repology=("project: ${gives}")
pkgver="6.3.0"
source=("https://download.anydesk.com/linux/${gives}-${pkgver}-amd64.tar.gz")
source=("@${pkgname}~${pkgver}::https://download.anydesk.com/linux/${gives}-${pkgver}-amd64.tar.gz")
depends=("libc6" "libgcc1" "libglib2.0-0" "libgtk2.0-0" "libstdc++6" "libx11-6" "libxcb-shm0" "libxcb1" "libpango1.0-dev" "libcairo2" "libxrandr2" "libx11-xcb1" "libxtst6" "libxfixes3" "libxdamage1" "libgtkglext1")
pkgdesc="Platform independent remote access to personal computers and other devices running the host application - Binary version"
sha256sums=("b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452")
arch=('amd64')

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
# Binary
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
# Polkit
Expand Down
2 changes: 1 addition & 1 deletion packages/arduino-cli-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgbase = arduino-cli-bin
breaks = arduino-cli-git
maintainer = DismissedGuy <[email protected]>
repology = project: arduino-cli
source = https://github.com/arduino/arduino-cli/releases/download/v0.35.3/arduino-cli_0.35.3_Linux_64bit.tar.gz
source = @arduino-cli-bin~0.35.3::https://github.com/arduino/arduino-cli/releases/download/v0.35.3/arduino-cli_0.35.3_Linux_64bit.tar.gz
sha256sums = acf3a3e03f0478a1cade44d23d4bc2f979c9b61b64e13bc66e26220b7b9fbd23

pkgname = arduino-cli-bin
4 changes: 2 additions & 2 deletions packages/arduino-cli-bin/arduino-cli-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ arch=("amd64")
pkgver="0.35.3"
maintainer=("DismissedGuy <[email protected]>")
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git")
source=("https://github.com/arduino/arduino-cli/releases/download/v${pkgver}/${gives}_${pkgver}_Linux_64bit.tar.gz")
source=("@${pkgname}~${pkgver}::https://github.com/arduino/arduino-cli/releases/download/v${pkgver}/${gives}_${pkgver}_Linux_64bit.tar.gz")
pkgdesc="An all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces"
sha256sums=("acf3a3e03f0478a1cade44d23d4bc2f979c9b61b64e13bc66e26220b7b9fbd23")

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
install -Dm755 "${gives}" -t "${pkgdir}/usr/bin"
}
2 changes: 1 addition & 1 deletion packages/arduino-ide-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgbase = arduino-ide-bin
breaks = arduino-ide-git
maintainer = DismissedGuy <[email protected]>
repology = project: arduino
source = https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.2_Linux_64bit.zip
source = @arduino-ide-bin~2.3.2::https://downloads.arduino.cc/arduino-ide/arduino-ide_2.3.2_Linux_64bit.zip
source = arduino.svg::https://www.arduino.cc/wiki/370832ed4114dd35d498f2f449b4781e/arduino.svg
source = arduino-ide.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/arduino-ide-bin/arduino-ide.desktop
sha256sums = 1a23b911043a247116ace846f03a0265c719dcd49cf9a8af09334db4d3916e88
Expand Down
6 changes: 3 additions & 3 deletions packages/arduino-ide-bin/arduino-ide-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repology=("project: arduino")
maintainer=("DismissedGuy <[email protected]>")
breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git")
source=(
"https://downloads.arduino.cc/${gives}/${gives}_${pkgver}_Linux_64bit.zip"
"@${pkgname}~${pkgver}::https://downloads.arduino.cc/${gives}/${gives}_${pkgver}_Linux_64bit.zip"
"arduino.svg::https://www.arduino.cc/wiki/370832ed4114dd35d498f2f449b4781e/arduino.svg"
"${gives}.desktop::https://raw.githubusercontent.com/pacstall/pacstall-programs/master/packages/${pkgname}/${gives}.desktop"
)
Expand All @@ -18,7 +18,7 @@ sha256sums=(
)

prepare() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
# potential leftover symlink from v1
rm -f "/usr/local/bin/arduino"

Expand All @@ -28,7 +28,7 @@ prepare() {
}

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
# install files
cp -R ./* "${pkgdir}/usr/share/${gives}/"

Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cli-v2-bin/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgbase = aws-cli-v2-bin
replaces = awscli
maintainer = Oren Klopfer <[email protected]>
repology = project: awscli
source = https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.21.0.zip
source = @aws-cli-v2-bin~2.21.0::https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.21.0.zip
sha256sums = 0bb85fe4db44b35f111aae651e9dfc38f90c1db8cc582544944ad788cf5d1549

pkgname = aws-cli-v2-bin
4 changes: 2 additions & 2 deletions packages/aws-cli-v2-bin/aws-cli-v2-bin.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname="aws-cli-v2-bin"
gives="aws-cli-v2"
pkgver="2.21.0"
source=("https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${pkgver}.zip")
source=("@${pkgname}~${pkgver}::https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${pkgver}.zip")
pkgdesc="Universal Command Line Interface for Amazon Web Services v2"
depends=("groff" "less")
makedepends=("unzip")
Expand All @@ -12,7 +12,7 @@ sha256sums=("0bb85fe4db44b35f111aae651e9dfc38f90c1db8cc582544944ad788cf5d1549")
maintainer=("Oren Klopfer <[email protected]>")

package() {
cd "${_archive}"
cd "${pkgname}~${pkgver}"
./install --install-dir "${pkgdir}/usr/local/aws-cli" --bin-dir "/usr/local/bin"

# bash autocompletion
Expand Down
2 changes: 1 addition & 1 deletion packages/bat/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase = bat
makedepends = libonig-dev
makedepends = pkg-config
replaces = bat
source = https://github.com/sharkdp/bat/archive/refs/tags/v0.24.0.tar.gz
source = @bat~0.24.0::https://github.com/sharkdp/bat/archive/refs/tags/v0.24.0.tar.gz
sha256sums = 907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb

pkgname = bat
Loading

0 comments on commit adb70f1

Please sign in to comment.