summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-11 02:10:52 +0200
committerpiotr2023-10-11 02:10:52 +0200
commit5dd9be7ba7606c545de82c44aec164e53e4f1841 (patch)
treef41aa21d80d1f72d76b97e24aa199a644c92d556
parent2ab24326bb7a971247382a959aaabba5de0ddc1f (diff)
downloadaur-5dd9be7ba7606c545de82c44aec164e53e4f1841.tar.gz
update to 0.5.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c95a765daead..4446ea676e4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.13
+ pkgver = 0.5.14
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.13.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.13/nwg-shell-v0.5.13.tar.gz
- md5sums = 6e93f61963e8648f7e24f7b9f9e6e1d7
+ source = nwg-shell-0.5.14.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.14/nwg-shell-v0.5.14.tar.gz
+ md5sums = f29bcde16924bafc9bace4543ad4f247
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 2ee622a6c804..fff3aa126272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.13
+pkgver=0.5.14
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=('6e93f61963e8648f7e24f7b9f9e6e1d7')
+md5sums=('f29bcde16924bafc9bace4543ad4f247')
package() {
cd "${pkgname}-${pkgver}"