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
+18
View File
@@ -0,0 +1,18 @@
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
pkgname=antergos-wallpapers
pkgver=0.7
pkgrel=4
pkgdesc="Antergos NeXT wallpapers"
arch=('any')
url="https://github.com/Antergos/wallpapers"
license=('GPL3')
source=("antergos-wallpaper.png::https://raw.githubusercontent.com/Antergos/wallpapers/master/antergos-wallpaper.png")
sha256sums=('SKIP')
package() {
install -dm755 "${pkgdir}/usr/share/backgrounds/antergos"
install -m644 "${srcdir}/antergos-wallpaper.png" "${pkgdir}/usr/share/backgrounds/antergos/"
install -dm755 "${pkgdir}/usr/share/antergos/backgrounds"
install -m644 "${srcdir}/antergos-wallpaper.png" "${pkgdir}/usr/share/antergos/backgrounds/"
}