summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-11-11 02:12:34 +0100
committerpiotr2022-11-11 02:12:34 +0100
commit2c40ae8dc07ad6d53793cc5b80ae92ec935d87a5 (patch)
tree3b599edc00e7bb84f3dbcf181e711ed5534eb79e
parent82227989e07b8be0f26c7cd4e4731900eca04a70 (diff)
downloadaur-2c40ae8dc07ad6d53793cc5b80ae92ec935d87a5.tar.gz
update to 0.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f2dce96f622..c38d5e2ad223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.3.8
+ pkgver = 0.3.9
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.3.8.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.8/nwg-shell-v0.3.8.tar.gz
- md5sums = 656799c6c6e5f7d4392afa10252f1bdc
+ source = nwg-shell-0.3.9.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.9/nwg-shell-v0.3.9.tar.gz
+ md5sums = 35fd7a40e0e6ce8e307573cd92374199
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index cc2f3fabad32..cc55cb581e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.3.8
+pkgver=0.3.9
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=('656799c6c6e5f7d4392afa10252f1bdc')
+md5sums=('35fd7a40e0e6ce8e307573cd92374199')
package() {
cd "${pkgname}-${pkgver}"