summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-09 03:28:06 +0100
committerpiotr2024-01-09 03:28:06 +0100
commit847371033c3dad939bb5b4999c38f3a83f5b309e (patch)
treeba3cc9b0db925e62e82323eec4c4f8e7246e20fe
parent6c72b0702ddeb3affc29cdd1097f5d53095ae53e (diff)
downloadaur-847371033c3dad939bb5b4999c38f3a83f5b309e.tar.gz
update to 0.5.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34d4182b6733..5db1b87d15c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.25
+ pkgver = 0.5.26
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.25.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.25/nwg-shell-v0.5.25.tar.gz
- md5sums = 8bb2191680647d83a25e738440104a9b
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 58bd3cce335c..b551bdb0e4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.25
+pkgver=0.5.26
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=('8bb2191680647d83a25e738440104a9b')
+md5sums=('d89e904ddf66fd276a4adbf6a182de17')
package() {
cd "${pkgname}-${pkgver}"