summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-18 04:15:17 +0200
committerpiotr2023-10-18 04:15:17 +0200
commit5f28d17231ef0f136d34e4dd94ba2f4cb6a8d6a5 (patch)
tree95da955df1d8ae1f7f355891abbc06fe312884fb
parent0a83947482aee6fbd596325a08701839f5ce8a56 (diff)
downloadaur-5f28d17231ef0f136d34e4dd94ba2f4cb6a8d6a5.tar.gz
update to 0.5.16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0842f0451a20..22ba70047f01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.15
+ pkgver = 0.5.16
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.15.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.15/nwg-shell-v0.5.15.tar.gz
- md5sums = bbd688e2792b14897c5a61ad75d669be
+ source = nwg-shell-0.5.16.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.16/nwg-shell-v0.5.16.tar.gz
+ md5sums = ca0dc4096c93c142659c9d2d0d005166
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 64bfb982f245..e1b6a2f464c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.15
+pkgver=0.5.16
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=('bbd688e2792b14897c5a61ad75d669be')
+md5sums=('ca0dc4096c93c142659c9d2d0d005166')
package() {
cd "${pkgname}-${pkgver}"