summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dab55350b5e5..125a988ee43d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
- pkgver = 0.9.13
+ pkgver = 0.9.14
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
- arch = x86_64
+ arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-wheel
@@ -27,7 +27,7 @@ pkgbase = nwg-panel
optdepends = upower: for multiple batteries support
provides = nwg-panel
conflicts = nwg-panel-git
- source = nwg-panel-0.9.13.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.13.tar.gz
- md5sums = d16334977116f72bec89c689eeaadbe5
+ source = nwg-panel-0.9.14.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.14.tar.gz
+ md5sums = 16edb0021d69caac593e9e86bfa65988
pkgname = nwg-panel
diff --git a/PKGBUILD b/PKGBUILD
index ce5df03a3b8b..20935e35ef7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-panel')
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
-arch=('x86_64')
+arch=('any')
url="https://github.com/nwg-piotr/nwg-panel"
license=('MIT')
provides=('nwg-panel')
@@ -16,7 +16,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
'upower: for multiple batteries support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v"$pkgver".tar.gz")
-md5sums=('d16334977116f72bec89c689eeaadbe5')
+md5sums=('16edb0021d69caac593e9e86bfa65988')
package() {
cd "${pkgname}-${pkgver}"