summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-06-13 01:10:59 +0200
committerpiotr2023-06-13 01:10:59 +0200
commite3539a530a2fc26abf62b5da436bf349ea0d6c12 (patch)
tree1368edc8073aded7e0c7a558f336d8c8e32d2a39
parentb9ab3e9abcd3e539db452008b16af72e6501a2b8 (diff)
downloadaur-e3539a530a2fc26abf62b5da436bf349ea0d6c12.tar.gz
update to 0.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c35d134d3f4..63c48a981e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.2
- pkgrel = 3
+ pkgver = 0.5.3
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
license = MIT
@@ -53,7 +53,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.5.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.2/nwg-shell-v0.5.2.tar.gz
- md5sums = 44058002aa90f263ec3541b38eea22ff
+ source = nwg-shell-0.5.3.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.3/nwg-shell-v0.5.3.tar.gz
+ md5sums = 562010e8cd6637fd41c26f7aaf1d4849
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 75d17fcd92b1..23489538bec5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.2
-pkgrel=3
+pkgver=0.5.3
+pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-shell"
@@ -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=('44058002aa90f263ec3541b38eea22ff')
+md5sums=('562010e8cd6637fd41c26f7aaf1d4849')
package() {
cd "${pkgname}-${pkgver}"