diff options
author | piotr | 2020-08-09 01:31:48 +0200 |
---|---|---|
committer | piotr | 2020-08-09 01:31:48 +0200 |
commit | 277a3b0020311dfd9749ad7e9fb49a5e2165c812 (patch) | |
tree | db5dd7d0e5b107f71db1ed4ea5c8892bd65cda7e | |
parent | 04861501c1e27b34d4ee1136387800dbad181ba0 (diff) | |
download | aur-277a3b0020311dfd9749ad7e9fb49a5e2165c812.tar.gz |
update to 0.3.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |