summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-12-30 02:01:56 +0100
committerpiotr2023-12-30 02:01:56 +0100
commit37c020301f7e5b3a137f9c2472e230afc1af234c (patch)
tree8b84f0b500836430998b023e77c283257820b168
parentbbfdc2c143a84871820c41c23f42d04ceffc2a8c (diff)
downloadaur-37c020301f7e5b3a137f9c2472e230afc1af234c.tar.gz
update to 0.5.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcfb70d5c483..4373e80cd2bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.23
+ pkgver = 0.5.24
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.23.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.23/nwg-shell-v0.5.23.tar.gz
- md5sums = 470b7057d4f0f04c5a7d5060a20be97b
+ source = nwg-shell-0.5.24.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.24/nwg-shell-v0.5.24.tar.gz
+ md5sums = d97c961681c6090e9132559deb207446
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 9d40a332be70..d031dabd2c1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.23
+pkgver=0.5.24
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=('470b7057d4f0f04c5a7d5060a20be97b')
+md5sums=('d97c961681c6090e9132559deb207446')
package() {
cd "${pkgname}-${pkgver}"