Autogenerated commit at 2023-09-05 11:03:40.313970
This commit is contained in:
parent
87e91edcec
commit
95908b98f1
@ -1,6 +1,6 @@
|
|||||||
pkgbase = nwg-panel
|
pkgbase = nwg-panel
|
||||||
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
|
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
|
||||||
pkgver = 0.9.11
|
pkgver = 0.9.12
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/nwg-piotr/nwg-panel
|
url = https://github.com/nwg-piotr/nwg-panel
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -26,7 +26,7 @@ pkgbase = nwg-panel
|
|||||||
optdepends = ddcutil: for external displays brightness control
|
optdepends = ddcutil: for external displays brightness control
|
||||||
provides = nwg-panel
|
provides = nwg-panel
|
||||||
conflicts = nwg-panel-git
|
conflicts = nwg-panel-git
|
||||||
source = nwg-panel-0.9.11.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.11.tar.gz
|
source = nwg-panel-0.9.12.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.12.tar.gz
|
||||||
md5sums = 4c058810b202d1a6dc7debafc0050ca0
|
md5sums = f8d39cfe453da3e825afa6d9f8bc345d
|
||||||
|
|
||||||
pkgname = nwg-panel
|
pkgname = nwg-panel
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
|
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
|
||||||
pkgname=('nwg-panel')
|
pkgname=('nwg-panel')
|
||||||
pkgver=0.9.11
|
pkgver=0.9.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
|
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -15,7 +15,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
|
|||||||
'ddcutil: for external displays brightness control')
|
'ddcutil: for external displays brightness control')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
|
||||||
|
|
||||||
md5sums=('4c058810b202d1a6dc7debafc0050ca0')
|
md5sums=('f8d39cfe453da3e825afa6d9f8bc345d')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user