summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-03 03:13:22 +0200
committerpiotr2023-10-03 03:13:22 +0200
commit616c498ed2a5f1d37f47f4fd5c8e8405d7aa0a53 (patch)
treefffa0892517ec06ab3aff6311c56c9070fb7ce4a
parent87b68bb11468c7275b05f253de463001e467a2d2 (diff)
downloadaur-616c498ed2a5f1d37f47f4fd5c8e8405d7aa0a53.tar.gz
update to 0.5.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a746f5a9e8..28b6fada9eb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.10
+ pkgver = 0.5.11
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.10.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.10/nwg-shell-v0.5.10.tar.gz
- md5sums = 6fd885774fee7b8011b227a16e9db41e
+ source = nwg-shell-0.5.11.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.11/nwg-shell-v0.5.11.tar.gz
+ md5sums = 7ae4c977b2236bfbc820c7b1e14a8a79
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 237f5b03b165..d0f004893e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.10
+pkgver=0.5.11
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=('6fd885774fee7b8011b227a16e9db41e')
+md5sums=('7ae4c977b2236bfbc820c7b1e14a8a79')
package() {
cd "${pkgname}-${pkgver}"