summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-09-10 03:09:07 +0200
committerpiotr2022-09-10 03:09:07 +0200
commitebbb503e942d259874fea0357741299c4532a380 (patch)
treeb14ad1038f52c7ad3fcce961aa906b88ca32a29b
parent808248048ae8d18927324d61a5b52e50e65cadfc (diff)
downloadaur-ebbb503e942d259874fea0357741299c4532a380.tar.gz
update to 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 611313fcc7af..5f7ac30eb7f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
@@ -48,7 +48,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.3.1.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.1/nwg-shell-v0.3.1.tar.gz
- md5sums = becbb0acc09a868bea408024b2cc59be
+ source = nwg-shell-0.3.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.2/nwg-shell-v0.3.2.tar.gz
+ md5sums = 6c4f071dd988777ec878c7bbd84feb3f
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index c1f5cc1d621d..d16010e1f1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="nwg-shell meta-package, installer and updater"
arch=('x86_64')
@@ -22,12 +22,11 @@ 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=('becbb0acc09a868bea408024b2cc59be')
+md5sums=('6c4f071dd988777ec878c7bbd84feb3f')
package() {
cd "${pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1
install -D -t "$pkgdir"/usr/local/bin scripts/*
install -D -t "$pkgdir"/usr/share/backgrounds nwg-shell.jpg
- install -D -t "$pkgdir"/$HOME .azotebg
}