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 3 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
2 changes: 1 addition & 1 deletion packages/apx-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
pacdeps = distrobox
Expand Down
3 changes: 2 additions & 1 deletion packages/apx-git/apx-git.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
pkgname="apx-git"
gives="apx"
source=("https://github.com/Vanilla-OS/apx.git")
pkgver="2.4.0"
pkgver="2.4.3"
makedepends=("golang-go")
vigress8 marked this conversation as resolved.
Show resolved Hide resolved
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() {
Expand Down
2 changes: 1 addition & 1 deletion srclist
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ 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
pacdeps = distrobox
Expand Down
Loading