summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-03-07 01:49:09 +0100
committerpiotr2023-03-07 01:49:09 +0100
commit0c1dd49a71cf6029503eb38cb6415056862e8990 (patch)
tree919cec2febb642728e3f099657fd29f6fd7bf7c2
parentfa92c65c8ae5a74053bbe90e33d259fccbb6cdf2 (diff)
downloadaur-0c1dd49a71cf6029503eb38cb6415056862e8990.tar.gz
update to 0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f217be2e83a4..68a9a04ab597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package and installer
- pkgver = 0.4.2
+ pkgver = 0.4.3
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.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.2/nwg-shell-v0.4.2.tar.gz
- md5sums = d9892090a89a2d79ff85619f700b737d
+ source = nwg-shell-0.4.3.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.3/nwg-shell-v0.4.3.tar.gz
+ md5sums = 05f025bf164e3899db7701587951a6d1
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 3c9a5fa5e12a..1723a94fb586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="nwg-shell meta-package and installer"
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=('d9892090a89a2d79ff85619f700b737d')
+md5sums=('05f025bf164e3899db7701587951a6d1')
package() {
cd "${pkgname}-${pkgver}"