summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23a59b7b9ed0..88bb1b0ddbe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.3.6
+ pkgver = 0.3.7
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.6.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.6/nwg-shell-v0.3.6.tar.gz
- md5sums = b0ea73dc01ec63210102d20f5e19f207
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 4e6df2910496..90fea9d1efac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.3.6
+pkgver=0.3.7
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=('b0ea73dc01ec63210102d20f5e19f207')
+md5sums=('4d0bea801729468e60f86dc157d1f7b5')
package() {
cd "${pkgname}-${pkgver}"