summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-08-23 03:14:27 +0200
committerpiotr2023-08-23 03:14:27 +0200
commit8dfa791f04905451b240ba8e54c90dfa5d7bb1b4 (patch)
tree65fec7a2a3159ef8e06cc0583490f6f2d60afa72
parent46115bab8555aa215d96712b4e992063aa435367 (diff)
downloadaur-8dfa791f04905451b240ba8e54c90dfa5d7bb1b4.tar.gz
update to 0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcb1d6636b45..8bd6b31cd7aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.8
+ pkgver = 0.5.9
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.8.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.8/nwg-shell-v0.5.8.tar.gz
- md5sums = a8991a6763b74c26b3104a5fdedf58fc
+ source = nwg-shell-0.5.9.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.9/nwg-shell-v0.5.9.tar.gz
+ md5sums = 631685ade84648b6066826ef29f27aca
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index c0e5481e13d9..608895ad7bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.8
+pkgver=0.5.9
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=('a8991a6763b74c26b3104a5fdedf58fc')
+md5sums=('631685ade84648b6066826ef29f27aca')
package() {
cd "${pkgname}-${pkgver}"