cnchi: bump 0.16.52 → 0.17.1, add wallpapers PKGBUILD

This commit is contained in:
2026-06-15 20:42:43 +02:00
parent e3f62c61f4
commit fe3441e5c7
2 changed files with 26 additions and 8 deletions
+8 -8
View File
@@ -1,15 +1,15 @@
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
# Contributor: Antergos Team
# Contributor: Antergos NeXT Team
pkgname=cnchi
pkgver=0.16.52
pkgrel=2
pkgdesc="Antergos NeXT graphical installer"
pkgver=0.17.1
pkgrel=1
pkgdesc="Antergos NeXT graphical installer (GTK4)"
arch=('any')
url="https://github.com/Antergos-NeXT/Cnchi"
url="https://github.com/Antergos-NeXT/cnchi-next"
license=('GPL3')
depends=(
'gtk3'
'gtk4'
'python'
'python-cairo'
'python-gobject'
@@ -31,14 +31,14 @@ depends=(
'upower'
'gocryptfs'
'iso-codes'
'webkit2gtk-4.1'
'webkitgtk-6.0'
)
optdepends=(
'python-libnacl: Lembrame Gnome extensions installer support (pip install)'
)
makedepends=('git')
install=cnchi.install
source=("${pkgname}::git+https://github.com/Antergos-NeXT/Cnchi.git#branch=0.16.x")
source=("${pkgname}::git+https://github.com/Antergos-NeXT/cnchi-next.git#branch=cnchi-dev")
sha256sums=('SKIP')
package() {