summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-18 02:45:12 +0200
committerpiotr2023-10-18 02:45:12 +0200
commit0a83947482aee6fbd596325a08701839f5ce8a56 (patch)
treea722808f5f471708058d69c179fe5bb71a4e18a3
parent5dd9be7ba7606c545de82c44aec164e53e4f1841 (diff)
downloadaur-0a83947482aee6fbd596325a08701839f5ce8a56.tar.gz
update to 0.5.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4446ea676e4c..0842f0451a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.14
+ pkgver = 0.5.15
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.14.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.14/nwg-shell-v0.5.14.tar.gz
- md5sums = f29bcde16924bafc9bace4543ad4f247
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index fff3aa126272..64bfb982f245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.14
+pkgver=0.5.15
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=('f29bcde16924bafc9bace4543ad4f247')
+md5sums=('bbd688e2792b14897c5a61ad75d669be')
package() {
cd "${pkgname}-${pkgver}"