summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Comitti2019-09-07 19:24:40 +0200
committerGiacomo Comitti2019-09-07 19:24:40 +0200
commit9c4e1c80a17c9de391c88ed3e6a99aaaaf06205b (patch)
treecec6cff541678c572ca610e3771cf75b1f5d2d57
parent6340de021e044266a6db2cc94e57aece3c13bbaa (diff)
downloadaur-9c4e1c80a17c9de391c88ed3e6a99aaaaf06205b.tar.gz
Execute --open command in the shell
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84d78066bf1b..1167f5b40357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blkmenu
pkgdesc = Tiny curses wrapper around lsblk and udisksctl
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/gcmt/blkmenu
arch = i686
@@ -13,7 +13,7 @@ pkgbase = blkmenu
depends = util-linux
provides = blkmenu
conflicts = blkmenu
- source = blkmenu-0.2::git+https://github.com/gcmt/blkmenu
+ source = blkmenu-0.3::git+https://github.com/gcmt/blkmenu
sha1sums = SKIP
pkgname = blkmenu
diff --git a/PKGBUILD b/PKGBUILD
index 558713773e71..5cbbf1d9ddd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Giacomo Comitti <dev@gcomit.com>
pkgname=blkmenu
-pkgver=0.2
+pkgver=0.3
_pkgname="${pkgname}-${pkgver}"
pkgrel=1
pkgdesc="Tiny curses wrapper around lsblk and udisksctl"