summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-11-01 23:49:03 +0100
committerpiotr2023-11-01 23:49:03 +0100
commit60a2908efb0370ed11d60aee71be23c166c655fb (patch)
tree22f0bc877265eb748e73fdd1117217c78e9dc7b8
parenta1340f8caf1845da14c5f27760cbb0da712cde9b (diff)
downloadaur-60a2908efb0370ed11d60aee71be23c166c655fb.tar.gz
update to 0.5.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f89fb9caf8c6..421d9361c96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.17
+ pkgver = 0.5.18
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = any
@@ -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.17.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.17/nwg-shell-v0.5.17.tar.gz
- md5sums = 342737289045e163fa4d0b7a75f27314
+ source = nwg-shell-0.5.18.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.18/nwg-shell-v0.5.18.tar.gz
+ md5sums = 39b064f02a08d0adc77f8411953e2348
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 6fa9f0fce62a..8f2aa3f8c192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.17
+pkgver=0.5.18
pkgrel=1
pkgdesc="nwg-shell meta-package"
arch=('any')
@@ -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=('342737289045e163fa4d0b7a75f27314')
+md5sums=('39b064f02a08d0adc77f8411953e2348')
package() {
cd "${pkgname}-${pkgver}"