summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-03-01 01:16:21 +0100
committerpiotr2024-03-01 01:16:21 +0100
commit448532349a67302a5f3b0572c667a0aaef4ba223 (patch)
tree4eb875125462e4070600c278477b16fa5196ba3d
parent44c2f20743548646a26e3670fba0878c2d617c6a (diff)
downloadaur-448532349a67302a5f3b0572c667a0aaef4ba223.tar.gz
update to 0.5.33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b912b35bad9..44d374b83361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.32
- pkgrel = 2
+ pkgver = 0.5.33
+ 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.32.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.32/nwg-shell-v0.5.32.tar.gz
- md5sums = 9a6eb16e6c0b765cfdf595450e640e84
+ source = nwg-shell-0.5.33.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.33/nwg-shell-v0.5.33.tar.gz
+ md5sums = 031b04c24624f97aca27e673f8a88822
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index ec7ad416f6b5..c1d807fad9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.32
-pkgrel=2
+pkgver=0.5.33
+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=('9a6eb16e6c0b765cfdf595450e640e84')
+md5sums=('031b04c24624f97aca27e673f8a88822')
package() {
cd "${pkgname}-${pkgver}"