summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-04-19 02:38:32 +0200
committerpiotr2024-04-19 02:38:32 +0200
commit0d98c084ea5027ed94ad8864d769faaca32b486b (patch)
treef5512d6d0671521430ad6667ed17cba551d64cc0
parent448532349a67302a5f3b0572c667a0aaef4ba223 (diff)
downloadaur-0d98c084ea5027ed94ad8864d769faaca32b486b.tar.gz
update to 0.5.34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d374b83361..94bdcd77d216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.33
+ pkgver = 0.5.34
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = any
@@ -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.33.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.33/nwg-shell-v0.5.33.tar.gz
- md5sums = 031b04c24624f97aca27e673f8a88822
+ source = nwg-shell-0.5.34.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.34/nwg-shell-v0.5.34.tar.gz
+ md5sums = 3cfa51cb7d68c5d93a58c69a738e9857
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index c1d807fad9a7..a82968591407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.33
+pkgver=0.5.34
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=('031b04c24624f97aca27e673f8a88822')
+md5sums=('3cfa51cb7d68c5d93a58c69a738e9857')
package() {
cd "${pkgname}-${pkgver}"