summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-10 01:12:27 +0200
committerpiotr2023-10-10 01:12:27 +0200
commit2ab24326bb7a971247382a959aaabba5de0ddc1f (patch)
treeaf96dfa853a142763958349994f29a1ca806da56
parent02a664de22fd572c4d59d312e3af9feb83683daa (diff)
downloadaur-2ab24326bb7a971247382a959aaabba5de0ddc1f.tar.gz
update to 0.5.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 980b945f7f69..c95a765daead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.12
+ pkgver = 0.5.13
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.12.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.12/nwg-shell-v0.5.12.tar.gz
- md5sums = 329b7356cb05585fa03a580047b703da
+ source = nwg-shell-0.5.13.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.13/nwg-shell-v0.5.13.tar.gz
+ md5sums = 6e93f61963e8648f7e24f7b9f9e6e1d7
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 615fb793fd92..2ee622a6c804 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.12
+pkgver=0.5.13
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=('329b7356cb05585fa03a580047b703da')
+md5sums=('6e93f61963e8648f7e24f7b9f9e6e1d7')
package() {
cd "${pkgname}-${pkgver}"