summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-29 03:33:34 +0100
committerpiotr2024-01-29 03:33:34 +0100
commitd2fdce1cf23fec9a3c9cb422ef25c56c111cfe46 (patch)
tree9c334dad81c119421cd5cbcc8e577682a41bae13
parenta13c39326d3861c13a61b9a24a5be34b93471e1c (diff)
downloadaur-d2fdce1cf23fec9a3c9cb422ef25c56c111cfe46.tar.gz
update to 0.5.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eebc726ac2e9..26a9b8c80103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.29
- pkgrel = 2
+ pkgver = 0.5.30
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = any
license = MIT
@@ -54,7 +54,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.29.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.29/nwg-shell-v0.5.29.tar.gz
- md5sums = a1a51d794789dfd313a7a44ab0e38be3
+ source = nwg-shell-0.5.30.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.30/nwg-shell-v0.5.30.tar.gz
+ md5sums = 76a0f6fe9499fb2e34fdf72ebd3abfa7
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 9b65b34b3d03..65270e563338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.29
-pkgrel=2
+pkgver=0.5.30
+pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('any')
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=('a1a51d794789dfd313a7a44ab0e38be3')
+md5sums=('76a0f6fe9499fb2e34fdf72ebd3abfa7')
package() {
cd "${pkgname}-${pkgver}"