summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-06-09 03:18:18 +0200
committerpiotr2023-06-09 03:18:18 +0200
commit2eda09eef4e56b36a754003a284c4f00a130da7e (patch)
treec6d8cdf7e5593d58dc9e23d636683d105c76e427
parent5859154ca8c5a6b2dc01c6cf87ce2ad365798b49 (diff)
downloadaur-2eda09eef4e56b36a754003a284c4f00a130da7e.tar.gz
update to 0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8378052c3e6..bdfa356e145a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.4.3
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
license = MIT
@@ -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.3.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.4.3/nwg-shell-v0.4.3.tar.gz
- md5sums = 05f025bf164e3899db7701587951a6d1
+ source = nwg-shell-0.5.0.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.0/nwg-shell-v0.5.0.tar.gz
+ md5sums = aa8dd33d507d808700cc3526fdb3ff16
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 6defd866d832..8bdd56bd5010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.5.0
+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=('05f025bf164e3899db7701587951a6d1')
+md5sums=('aa8dd33d507d808700cc3526fdb3ff16')
package() {
cd "${pkgname}-${pkgver}"