Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
nwg-shell-config
Commits:
6706827b by Robin Candau at 2024-08-20T20:44:32+02:00
upgpkg: 0.5.43-2: Add pacman-contrib dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nwg-shell-config
pkgdesc = nwg-shell configuration utility
pkgver = 0.5.43
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nwg-piotr/nwg-shell-config
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = nwg-shell-config
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ depends = pacman-contrib
depends = python
depends = python-gobject
depends = python-i3ipc
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
pkgname=nwg-shell-config
pkgver=0.5.43
-pkgrel=1
+pkgrel=2
pkgdesc="nwg-shell configuration utility"
url="https://github.com/nwg-piotr/nwg-shell-config"
arch=('any')
license=('MIT')
-depends=('python' 'python-gobject' 'python-i3ipc' 'python-geopy' 'playerctl'
'gtklock' 'noto-fonts' 'wlsunset')
+depends=('pacman-contrib' 'python' 'python-gobject' 'python-i3ipc'
'python-geopy' 'playerctl' 'gtklock' 'noto-fonts' 'wlsunset')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('ecefdd1cda6bf79bf6ac571b2c47d793b66eda772db80b7db422441ff1016136')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/6706827b24cf697044149cf6aca7c98c67416df2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-shell-config/-/commit/6706827b24cf697044149cf6aca7c98c67416df2
You're receiving this email because of your account on gitlab.archlinux.org.