summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"