summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-11-15 01:56:32 +0100
committerpiotr2023-11-15 01:56:32 +0100
commit2261a0e1ac1146a557923fa6a53d183948b37e50 (patch)
treed5fb0b1bdb671481eacc1b1c02af76bf859445fe
parentba6ef74618fff7a2ec668ceb10029d24f70a084c (diff)
downloadaur-2261a0e1ac1146a557923fa6a53d183948b37e50.tar.gz
update to 0.5.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8334b346a82..c42bf02e8973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.19
+ pkgver = 0.5.20
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.19.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.19/nwg-shell-v0.5.19.tar.gz
- md5sums = b236da1c76bab15e0b5aca9b19122209
+ source = nwg-shell-0.5.20.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.20/nwg-shell-v0.5.20.tar.gz
+ md5sums = f2ec67a2ed9ea69629f355389a10d7f8
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 773326882f72..4ccb29b233ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.19
+pkgver=0.5.20
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=('b236da1c76bab15e0b5aca9b19122209')
+md5sums=('f2ec67a2ed9ea69629f355389a10d7f8')
package() {
cd "${pkgname}-${pkgver}"