summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-08-03 02:12:21 +0200
committerpiotr2023-08-03 02:12:21 +0200
commit288883980e95269b29e7efa232f1ce0302f1a165 (patch)
tree33c9bb9ae9398f06807d5887dd9d64ef172859d1
parent6141e6ed5f1327fb82d833111b9bd25a39f0eb20 (diff)
downloadaur-288883980e95269b29e7efa232f1ce0302f1a165.tar.gz
update to 0.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 733c3dd4f2d5..3f3fcca6a479 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.6
+ pkgver = 0.5.7
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -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.6.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.6/nwg-shell-v0.5.6.tar.gz
- md5sums = ef3d83d26cbf6af09f269e3c50d451c2
+ source = nwg-shell-0.5.7.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.7/nwg-shell-v0.5.7.tar.gz
+ md5sums = f78410842271d98c631e2ae95afa5a2a
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index dfb1c490f323..e0104e2b4ecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('x86_64')
@@ -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=('ef3d83d26cbf6af09f269e3c50d451c2')
+md5sums=('f78410842271d98c631e2ae95afa5a2a')
package() {
cd "${pkgname}-${pkgver}"