summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2024-01-04 02:34:02 +0100
committerpiotr2024-01-04 02:34:02 +0100
commit6c72b0702ddeb3affc29cdd1097f5d53095ae53e (patch)
tree59e5ed38237518bf88590a04d8e0d1dd7a5aa1c6
parent37c020301f7e5b3a137f9c2472e230afc1af234c (diff)
downloadaur-6c72b0702ddeb3affc29cdd1097f5d53095ae53e.tar.gz
update to 0.5.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4373e80cd2bb..34d4182b6733 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.24
+ pkgver = 0.5.25
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.24.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.24/nwg-shell-v0.5.24.tar.gz
- md5sums = d97c961681c6090e9132559deb207446
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index d031dabd2c1e..58bd3cce335c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.24
+pkgver=0.5.25
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=('d97c961681c6090e9132559deb207446')
+md5sums=('8bb2191680647d83a25e738440104a9b')
package() {
cd "${pkgname}-${pkgver}"