summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-06-15 00:58:52 +0200
committerpiotr2023-06-15 00:58:52 +0200
commit4a138fab4c2488fdbe27573c0bf2320e664509b5 (patch)
tree401bfb7b658cd26fd64f0371be8d00b18f17c934
parente3539a530a2fc26abf62b5da436bf349ea0d6c12 (diff)
downloadaur-4a138fab4c2488fdbe27573c0bf2320e664509b5.tar.gz
update to 0.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c48a981e46..a4ea90c81777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -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.3.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.3/nwg-shell-v0.5.3.tar.gz
- md5sums = 562010e8cd6637fd41c26f7aaf1d4849
+ source = nwg-shell-0.5.4.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.4/nwg-shell-v0.5.4.tar.gz
+ md5sums = dee7dc21babbd784a335142fe2ac19e4
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 23489538bec5..0f9ea9f68362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('x86_64')
@@ -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=('562010e8cd6637fd41c26f7aaf1d4849')
+md5sums=('dee7dc21babbd784a335142fe2ac19e4')
package() {
cd "${pkgname}-${pkgver}"