Autogenerated commit at 2023-10-02 14:16:48.331208
This commit is contained in:
parent
ba8a185332
commit
20e1e9f430
@ -1,6 +1,6 @@
|
||||
pkgbase = nwg-panel
|
||||
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
|
||||
pkgver = 0.9.12
|
||||
pkgver = 0.9.13
|
||||
pkgrel = 1
|
||||
url = https://github.com/nwg-piotr/nwg-panel
|
||||
arch = x86_64
|
||||
@ -24,9 +24,10 @@ pkgbase = nwg-panel
|
||||
optdepends = wlr-randr: for non-sway Wayland WMs support
|
||||
optdepends = swaync: for Sway Notification Center support
|
||||
optdepends = ddcutil: for external displays brightness control
|
||||
optdepends = upower: for multiple batteries support
|
||||
provides = nwg-panel
|
||||
conflicts = nwg-panel-git
|
||||
source = nwg-panel-0.9.12.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.12.tar.gz
|
||||
md5sums = f8d39cfe453da3e825afa6d9f8bc345d
|
||||
source = nwg-panel-0.9.13.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.13.tar.gz
|
||||
md5sums = d16334977116f72bec89c689eeaadbe5
|
||||
|
||||
pkgname = nwg-panel
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
|
||||
pkgname=('nwg-panel')
|
||||
pkgver=0.9.12
|
||||
pkgver=0.9.13
|
||||
pkgrel=1
|
||||
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
|
||||
arch=('x86_64')
|
||||
@ -12,10 +12,11 @@ depends=('python' 'python-gobject' 'python-i3ipc' 'python-cairo' 'python-dasbus'
|
||||
makedepends=('python-setuptools' 'python-wheel')
|
||||
optdepends=('wlr-randr: for non-sway Wayland WMs support'
|
||||
'swaync: for Sway Notification Center support'
|
||||
'ddcutil: for external displays brightness control')
|
||||
'ddcutil: for external displays brightness control'
|
||||
'upower: for multiple batteries support')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
|
||||
|
||||
md5sums=('f8d39cfe453da3e825afa6d9f8bc345d')
|
||||
md5sums=('d16334977116f72bec89c689eeaadbe5')
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgbase = yay
|
||||
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
||||
pkgver = 12.1.2
|
||||
pkgver = 12.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/Jguer/yay
|
||||
arch = i686
|
||||
@ -18,7 +18,7 @@ pkgbase = yay
|
||||
optdepends = sudo: privilege elevation
|
||||
optdepends = doas: privilege elevation
|
||||
options = !lto
|
||||
source = yay-12.1.2.tar.gz::https://github.com/Jguer/yay/archive/v12.1.2.tar.gz
|
||||
sha256sums = 2bd07d36b3781261c54b0ad8c085682612ba30c4392a1154b215e52456d4ca73
|
||||
source = yay-12.1.3.tar.gz::https://github.com/Jguer/yay/archive/v12.1.3.tar.gz
|
||||
sha256sums = e7515aff54ea8e4c40973196a9303882cdd35f02faea4b04f2d21c7a808d521e
|
||||
|
||||
pkgname = yay
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Maintainer: Jguer <pkgbuilds at jguer.space>
|
||||
pkgname=yay
|
||||
pkgver=12.1.2
|
||||
pkgver=12.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
|
||||
@ -17,7 +17,7 @@ optdepends=(
|
||||
)
|
||||
makedepends=('go>=1.19')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('2bd07d36b3781261c54b0ad8c085682612ba30c4392a1154b215e52456d4ca73')
|
||||
sha256sums=('e7515aff54ea8e4c40973196a9303882cdd35f02faea4b04f2d21c7a808d521e')
|
||||
|
||||
build() {
|
||||
export GOPATH="$srcdir"/gopath
|
||||
|
Loading…
Reference in New Issue
Block a user