summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-02-02 01:01:31 +0100
committerpiotr2023-02-02 01:01:31 +0100
commitfa92c65c8ae5a74053bbe90e33d259fccbb6cdf2 (patch)
tree92705e6381916966a598afbd78426d9e21722463
parentb14ae5d4b2e5bd1716eefee1fc4e1e06bcabbb6b (diff)
downloadaur-fa92c65c8ae5a74053bbe90e33d259fccbb6cdf2.tar.gz
update to 0.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de723985d99..f217be2e83a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
- pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.4.1
+ pkgdesc = nwg-shell meta-package and installer
+ pkgver = 0.4.2
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.1.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.1/nwg-shell-v0.4.1.tar.gz
- md5sums = fbc5be7ff783b49b95d2200e8cedeefe
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index e723b947ea8d..3c9a5fa5e12a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
-pkgdesc="nwg-shell meta-package, installer and updater"
+pkgdesc="nwg-shell meta-package and installer"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-shell"
license=('MIT')
@@ -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=('fbc5be7ff783b49b95d2200e8cedeefe')
+md5sums=('d9892090a89a2d79ff85619f700b737d')
package() {
cd "${pkgname}-${pkgver}"