summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-11-17 02:48:12 +0100
committerpiotr2023-11-17 02:48:12 +0100
commitdea467c5005be2cfc0ddf9b28f68a9f17ea4b40c (patch)
tree3e90b673a0df0632163d4a0ed4f5c73a669a27d3
parent0016904c8dd1f2234561be4dc18116689c89ddf7 (diff)
downloadaur-dea467c5005be2cfc0ddf9b28f68a9f17ea4b40c.tar.gz
update to 0.5.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb827a83aac9..d705c33052ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.21
+ pkgver = 0.5.22
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = any
@@ -53,7 +53,7 @@ pkgbase = nwg-shell
optdepends = mousepad: suggested text editor
optdepends = thunar: suggested file manager
optdepends = nano: in case you hate vi
- source = nwg-shell-0.5.21.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.21/nwg-shell-v0.5.21.tar.gz
- md5sums = 5282951e1fff74d57126d5531faf53f1
+ source = nwg-shell-0.5.22.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.22/nwg-shell-v0.5.22.tar.gz
+ md5sums = 1e80744a5437a3227448f825a030c0ad
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 31e794e69e73..00245e5d147c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.21
+pkgver=0.5.22
pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('any')
@@ -23,7 +23,7 @@ optdepends=('chromium: suggested web browser'
makedepends=('python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v"$pkgver"/nwg-shell-v"$pkgver".tar.gz")
-md5sums=('5282951e1fff74d57126d5531faf53f1')
+md5sums=('1e80744a5437a3227448f825a030c0ad')
package() {
cd "${pkgname}-${pkgver}"