summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-09-10 02:48:31 +0200
committerpiotr2022-09-10 02:48:31 +0200
commit808248048ae8d18927324d61a5b52e50e65cadfc (patch)
treebdd34a5b242e103af198c26f7b3eaf116d22bc3f
parent371402582d0b07bc0f2e942d45aaab6d56394714 (diff)
downloadaur-808248048ae8d18927324d61a5b52e50e65cadfc.tar.gz
update to 0.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a156e77083f..611313fcc7af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package, installer and updater
- pkgver = 0.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/nwg-piotr/nwg-shell
arch = x86_64
license = MIT
@@ -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.0.tar.gz::https://github.com/nwg-piotr/nwg-shell/releases/download/v0.3.0/nwg-shell-v0.3.0.tar.gz
- md5sums = b3e7033dcb53474636e1189637610ae4
+ 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
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 3b371e724cfc..c1f5cc1d621d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="nwg-shell meta-package, installer and updater"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-shell"
@@ -22,11 +22,12 @@ 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=('b3e7033dcb53474636e1189637610ae4')
+md5sums=('becbb0acc09a868bea408024b2cc59be')
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
}