summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2022-02-13 15:00:29 +0100
committerpiotr2022-02-13 15:00:29 +0100
commit477027ccaaad63006a9b3b17cd65eb3ad453d49a (patch)
treea3e334dc549a82ffd19921ef9d8c9705679f723c
parent298e4ad4babdc041522574b3d6e92028f1d318fb (diff)
downloadaur-477027ccaaad63006a9b3b17cd65eb3ad453d49a.tar.gz
update to 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8280ebfd2d5d..a187a683353f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-shell
pkgdesc = nwg-shell meta-package and installer
- pkgver = 0.1.1
+ pkgver = 0.1.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.1.1.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.1.1.tar.gz
- md5sums = fe94a055504ab3d2c2fe3abc1199b631
+ source = nwg-shell-0.1.2.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v0.1.2.tar.gz
+ md5sums = a4099dc612d72f51c34d752133493a62
pkgname = nwg-shell
diff --git a/PKGBUILD b/PKGBUILD
index 18411c140f51..f38e02af0dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-shell')
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="nwg-shell meta-package and installer"
arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=('chromium: suggested web browser'
makedepends=('python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell/archive/v"$pkgver".tar.gz")
-md5sums=('fe94a055504ab3d2c2fe3abc1199b631')
+md5sums=('a4099dc612d72f51c34d752133493a62')
package() {
cd "${pkgname}-${pkgver}"