summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-09-10 04:05:03 +0200
committerpiotr2022-09-10 04:05:03 +0200
commitaee7029874f1287b647366dd978f7421158f1e30 (patch)
treebdd9596152159e1fb8aff184f69c2f93b308c8b6
parentebbb503e942d259874fea0357741299c4532a380 (diff)
downloadaur-aee7029874f1287b647366dd978f7421158f1e30.tar.gz
update to 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7ac30eb7f8..8b84dec2d90e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -48,7 +48,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.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.2/nwg-shell-v0.3.2.tar.gz
- md5sums = 6c4f071dd988777ec878c7bbd84feb3f
+ source = nwg-shell-0.3.3.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.3/nwg-shell-v0.3.3.tar.gz
+ md5sums = 6f1547eed943b05f8f7a5c96398d123e
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index d16010e1f1d5..afd5469a8608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="nwg-shell meta-package, installer and updater"
arch=('x86_64')
@@ -22,7 +22,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=('6c4f071dd988777ec878c7bbd84feb3f')
+md5sums=('6f1547eed943b05f8f7a5c96398d123e')
package() {
cd "${pkgname}-${pkgver}"