summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-02-05 03:07:04 +0100
committerpiotr2024-02-05 03:07:04 +0100
commit3147884fd063164e42b6065ec47537664f1f5ce7 (patch)
tree6745046bbb9bb15f28b70c7af9a328ba09c68d11
parent2edf885fe653d24b5819cfe51ac838663d0d7b6c (diff)
downloadaur-3147884fd063164e42b6065ec47537664f1f5ce7.tar.gz
update to 0.5.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae7cf8f5779a..9102d7446c03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.31
- pkgrel = 2
+ pkgver = 0.5.32
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = any
license = MIT
@@ -54,7 +54,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.31.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.31/nwg-shell-v0.5.31.tar.gz
- md5sums = 130d2e6a276c4ecb4d6440ada5b412e8
+ source = nwg-shell-0.5.32.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.32/nwg-shell-v0.5.32.tar.gz
+ md5sums = 9a6eb16e6c0b765cfdf595450e640e84
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index bf63a26dfd89..ea30c0da6d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.31
-pkgrel=2
+pkgver=0.5.32
+pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('any')
url="https://github.com/nwg-piotr/nwg-shell"
@@ -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=('130d2e6a276c4ecb4d6440ada5b412e8')
+md5sums=('9a6eb16e6c0b765cfdf595450e640e84')
package() {
cd "${pkgname}-${pkgver}"