Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(apx): 2.4.0 -> 2.4.3 #6394

Merged
merged 14 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/apx-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgbase = apx-git
gives = apx
pkgver = 2.4.0
pkgver = 2.4.3
pkgdesc = Package manager meant to be simple to use, but also powerful with support to installing packages from multiple sources without altering the root filesystem
makedepends = golang-go
makedepends = golang-1.22-go
pacdeps = distrobox
breaks = apx
incompatible = debian:bullseye
Expand Down
7 changes: 5 additions & 2 deletions packages/apx-git/apx-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
pkgname="apx-git"
gives="apx"
source=("https://github.com/Vanilla-OS/apx.git")
pkgver="2.4.0"
makedepends=("golang-go")
pkgver="2.4.3"
makedepends=("golang-1.22-go")
pacdeps=("distrobox")
breaks=("${gives}")
pkgdesc="Package manager meant to be simple to use, but also powerful with support to installing packages from multiple sources without altering the root filesystem"
maintainer=("Zahrun <Zahrun@github.com>")
external_connection=true
incompatible=("debian:bullseye")

prepare() {
cd "${_archive}"
sed -i "s;/usr/share/apx/distrobox/distrobox;/usr/bin/distrobox;" config/apx.json
sed -i "/distrobox/d" Makefile
sed -i "s|install: build|install:|" Makefile

}

build() {
cd "${_archive}"
export PATH=/usr/lib/go-1.22/bin:${PATH}
make build
}

Expand Down
4 changes: 2 additions & 2 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ pkgname = apptainer-suid-deb
---
pkgbase = apx-git
gives = apx
pkgver = 2.4.0
pkgver = 2.4.3
pkgdesc = Package manager meant to be simple to use, but also powerful with support to installing packages from multiple sources without altering the root filesystem
makedepends = golang-go
makedepends = golang-1.22-go
pacdeps = distrobox
breaks = apx
incompatible = debian:bullseye
Expand Down
Loading