summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-09 03:54:07 +0100
committerpiotr2024-01-09 03:54:07 +0100
commit0446b2b17255a5de673f52e03629fdfaa88aa273 (patch)
tree5e4a907a387bd2c111f339c5ed91b2755504470f
parent847371033c3dad939bb5b4999c38f3a83f5b309e (diff)
downloadaur-0446b2b17255a5de673f52e03629fdfaa88aa273.tar.gz
update to 0.5.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db1b87d15c7..a935ba01ccc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.26
+ pkgver = 0.5.27
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = any
@@ -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.26.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.26/nwg-shell-v0.5.26.tar.gz
- md5sums = d89e904ddf66fd276a4adbf6a182de17
+ source = nwg-shell-0.5.27.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.27/nwg-shell-v0.5.27.tar.gz
+ md5sums = 060975eed51bfffdadd73caf0690d6b6
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index b551bdb0e4ed..fcba40fbc339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.26
+pkgver=0.5.27
pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('any')
@@ -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=('d89e904ddf66fd276a4adbf6a182de17')
+md5sums=('060975eed51bfffdadd73caf0690d6b6')
package() {
cd "${pkgname}-${pkgver}"