summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2020-08-09 01:31:48 +0200
committerpiotr2020-08-09 01:31:48 +0200
commit277a3b0020311dfd9749ad7e9fb49a5e2165c812 (patch)
treedb5dd7d0e5b107f71db1ed4ea5c8892bd65cda7e
parent04861501c1e27b34d4ee1136387800dbad181ba0 (diff)
downloadaur-277a3b0020311dfd9749ad7e9fb49a5e2165c812.tar.gz
update to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c500e1e910b..e22fac430e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nwg-launchers
pkgdesc = GTK+ launchers for sway, i3 and some other WMs
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-launchers
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = nwg-launchers
depends = gtk3
depends = gtkmm3
depends = nlohmann-json
- source = https://github.com/nwg-piotr/nwg-launchers/archive/v0.3.0.tar.gz
- md5sums = 2e81fc3e545e2435e721be46dae43c65
+ source = https://github.com/nwg-piotr/nwg-launchers/archive/v0.3.1.tar.gz
+ md5sums = 2302b156d4fc9d505ae14f25da7ddfb9
pkgname = nwg-launchers
diff --git a/PKGBUILD b/PKGBUILD
index b2f2f86d9a98..792852a74a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('nwg-launchers')
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="GTK+ launchers for sway, i3 and some other WMs"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
makedepends=('git' 'meson')
depends=('gtk3' 'gtkmm3' 'nlohmann-json')
source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('2e81fc3e545e2435e721be46dae43c65')
+md5sums=('2302b156d4fc9d505ae14f25da7ddfb9')
build() {
cd "$srcdir/$pkgname-${pkgver}"