summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-01-28 01:43:51 +0100
committerpiotr2023-01-28 01:43:51 +0100
commitb14ae5d4b2e5bd1716eefee1fc4e1e06bcabbb6b (patch)
tree0f50dbb5b31b86ad344f48c8e428c6a5e63bd3b4
parent998e1fe5cacd271a4779957b047d6b83dbb11105 (diff)
downloadaur-b14ae5d4b2e5bd1716eefee1fc4e1e06bcabbb6b.tar.gz
update to 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c934e2ebdf4b..8de723985d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -52,7 +52,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.4.0.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.0/nwg-shell-v0.4.0.tar.gz
- md5sums = 189d828d1072d242426b858e47800370
+ source = nwg-shell-0.4.1.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.1/nwg-shell-v0.4.1.tar.gz
+ md5sums = fbc5be7ff783b49b95d2200e8cedeefe
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 987f00f60198..e723b947ea8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="nwg-shell meta-package, installer and updater"
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=('189d828d1072d242426b858e47800370')
+md5sums=('fbc5be7ff783b49b95d2200e8cedeefe')
package() {
cd "${pkgname}-${pkgver}"