summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-11-06 00:56:11 +0100
committerpiotr2022-11-06 00:56:11 +0100
commit82227989e07b8be0f26c7cd4e4731900eca04a70 (patch)
treecedfab43522a574bf0b382e1ca0be8d31edf638a
parented456798fa9c48d8150a5dd57ec261ed3236a9e3 (diff)
downloadaur-82227989e07b8be0f26c7cd4e4731900eca04a70.tar.gz
update to 0.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88bb1b0ddbe4..4f2dce96f622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.3.7
+ pkgver = 0.3.8
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.7.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.7/nwg-shell-v0.3.7.tar.gz
- md5sums = 4d0bea801729468e60f86dc157d1f7b5
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 90fea9d1efac..cc2f3fabad32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.3.7
+pkgver=0.3.8
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=('4d0bea801729468e60f86dc157d1f7b5')
+md5sums=('656799c6c6e5f7d4392afa10252f1bdc')
package() {
cd "${pkgname}-${pkgver}"