summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-05 02:55:43 +0200
committerpiotr2023-10-05 02:55:43 +0200
commit02a664de22fd572c4d59d312e3af9feb83683daa (patch)
tree1260baad4c8a39e0eb53326681e185dbf7fefee2
parent616c498ed2a5f1d37f47f4fd5c8e8405d7aa0a53 (diff)
downloadaur-02a664de22fd572c4d59d312e3af9feb83683daa.tar.gz
update to 0.5.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b6fada9eb2..980b945f7f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.11
+ pkgver = 0.5.12
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.11.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.11/nwg-shell-v0.5.11.tar.gz
- md5sums = 7ae4c977b2236bfbc820c7b1e14a8a79
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index d0f004893e78..615fb793fd92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.11
+pkgver=0.5.12
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=('7ae4c977b2236bfbc820c7b1e14a8a79')
+md5sums=('329b7356cb05585fa03a580047b703da')
package() {
cd "${pkgname}-${pkgver}"