summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2023-04-20 20:33:07 -0700
committerVlad Glagolev2023-04-20 20:33:07 -0700
commite8e36c0e1697b3d16711a7a9d7032c7cc4199c7b (patch)
treee06a1888dadab785362c5a0d1cfc70e8fbcb2c47
parent5e36d5ab2509dfd2e3f74f4eff83351cc9517c1f (diff)
downloadaur-rofi-connman.tar.gz
rofi-connman: 0.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d52e36957143..700861bcc8df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rofi-connman
pkgdesc = menu-driven connman interface
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/sourcemage/rofi-connman
arch = i686
@@ -12,7 +12,7 @@ pkgbase = rofi-connman
optdepends = dmenu: to use dmenu instead of rofi
optdepends = sexpect: to use sexpect instead of empty
optdepends = mawk: for faster profile processing
- source = rofi-connman-0.4.tar.gz::https://github.com/sourcemage/rofi-connman/archive/refs/tags/v0.4.tar.gz
- sha256sums = ad2d18bcb33e0df419fc61efa237b009511872bd2bb1e8295bdda2547cce6d82
+ source = rofi-connman-0.5.tar.gz::https://github.com/sourcemage/rofi-connman/archive/refs/tags/v0.5.tar.gz
+ sha256sums = 8a92dbcd090ff3ff01c337baeaf9c126a5ea7dd2ae0252d8ae313d282df263e0
pkgname = rofi-connman
diff --git a/PKGBUILD b/PKGBUILD
index 9da52947e5c6..9070e40697dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vlad Glagolev <scm(at)vaygr(dot)net>
pkgname=rofi-connman
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="menu-driven connman interface"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('dmenu: to use dmenu instead of rofi'
'mawk: for faster profile processing')
source=($pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('ad2d18bcb33e0df419fc61efa237b009511872bd2bb1e8295bdda2547cce6d82')
+sha256sums=('8a92dbcd090ff3ff01c337baeaf9c126a5ea7dd2ae0252d8ae313d282df263e0')
build() {
cd "${pkgname}-${pkgver}"