summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-10-21 03:58:25 +0200
committerpiotr2023-10-21 03:58:25 +0200
commita1340f8caf1845da14c5f27760cbb0da712cde9b (patch)
treeca7d7e0f92d4075d24731cd8538331e87138c099
parent5f28d17231ef0f136d34e4dd94ba2f4cb6a8d6a5 (diff)
downloadaur-a1340f8caf1845da14c5f27760cbb0da712cde9b.tar.gz
update to 0.5.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22ba70047f01..f89fb9caf8c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package
- pkgver = 0.5.16
+ pkgver = 0.5.17
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
- arch = x86_64
+ arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-wheel
@@ -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.16.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.16/nwg-shell-v0.5.16.tar.gz
- md5sums = ca0dc4096c93c142659c9d2d0d005166
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index e1b6a2f464c2..6fa9f0fce62a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.5.16
+pkgver=0.5.17
pkgrel=1
pkgdesc="nwg-shell meta-package"
-arch=('x86_64')
+arch=('any')
url="https://github.com/nwg-piotr/nwg-shell"
license=('MIT')
depends=('foot' 'gnome-themes-extra' 'grim' 'imagemagick' 'jq'
@@ -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=('ca0dc4096c93c142659c9d2d0d005166')
+md5sums=('342737289045e163fa4d0b7a75f27314')
package() {
cd "${pkgname}-${pkgver}"