summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-08-11 11:20:48 -0500
committerLuis Martinez2022-08-11 11:20:48 -0500
commit047a7524260c066996f5871caac822fe9be2f211 (patch)
tree16e7aa7536561c1299831e779822274c48f445fe
parent85e442acc93efdd3ec231860e80a05308795af2f (diff)
downloadaur-047a7524260c066996f5871caac822fe9be2f211.tar.gz
update to 0.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 408648872752..de2899bdcfe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluetuith
pkgdesc = TUI-based bluetooth manager
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/darkhz/bluetuith
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = bluetuith
makedepends = go
depends = bluez
depends = dbus
- source = bluetuith-0.0.6.tar.gz::https://github.com/darkhz/bluetuith/archive/v0.0.6.tar.gz
- sha256sums = f6297a3a9a56389ce11c2a203679dcaa6b614ef743d454af135322d34349bf27
+ source = bluetuith-0.0.7.tar.gz::https://github.com/darkhz/bluetuith/archive/v0.0.7.tar.gz
+ sha256sums = a95d8fea6b6bdeb9eaaca5dc675a42384570b558c7d71fd57630dcd9607c5a7e
pkgname = bluetuith
diff --git a/PKGBUILD b/PKGBUILD
index 1620707eb4e1..9acf7ae13a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: darkhz <kmachanwenw at gmail dot com>
pkgname=bluetuith
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
pkgdesc="TUI-based bluetooth manager"
arch=('x86_64' 'i686' 'arm' 'aarch64' 'armv6h' 'armv7h')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('bluez' 'dbus')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('f6297a3a9a56389ce11c2a203679dcaa6b614ef743d454af135322d34349bf27')
+sha256sums=('a95d8fea6b6bdeb9eaaca5dc675a42384570b558c7d71fd57630dcd9607c5a7e')
prepare() {
cd "$pkgname-$pkgver"