summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordarkhz2022-07-28 12:34:15 +0530
committerdarkhz2022-07-28 12:34:15 +0530
commit531860b07cb182118ba94353feb50115deff320b (patch)
tree6dbb6206326061a83aa60652a84a8c67c67bd58b
parent6b5240255e1d4aa7c86ff88860da0b674a3a75ed (diff)
downloadaur-531860b07cb182118ba94353feb50115deff320b.tar.gz
bluetuith: Version number correction
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85af299c10b7..bdaba6989ba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluetuith-bin
pkgdesc = A TUI based bluetooth manager
- pkgver = 0.0.3
+ pkgver = 0.0.5
pkgrel = 1
url = https://github.com/darkhz/bluetuith
arch = x86_64
@@ -14,16 +14,16 @@ pkgbase = bluetuith-bin
depends = dbus
provides = bluetuith
conflicts = bluetuith
- source_x86_64 = https://github.com/darkhz/bluetuith/releases/download/v0.0.3/bluetuith_0.0.3_Linux_x86_64.tar.gz
+ source_x86_64 = https://github.com/darkhz/bluetuith/releases/download/v0.0.5/bluetuith_0.0.5_Linux_x86_64.tar.gz
sha256sums_x86_64 = d806aa453e0f1a8cac675db59d158fc193de418b6c529bf205f2160083e3dbd7
sha256sums_i686 = ed6e30e28eeb5b5719844ca01d61194e3958b08efd422cfc8574f1b8cbe1fabc
- source_arm = https://github.com/darkhz/bluetuith/releases/download/v0.0.3/bluetuith_0.0.3_Linux_armv5.tar.gz
+ source_arm = https://github.com/darkhz/bluetuith/releases/download/v0.0.5/bluetuith_0.0.5_Linux_armv5.tar.gz
sha256sums_arm = ce8b37a8a9b75f670a9e45fd1cb22a3cc2a09b02f543d526a838239e46ef8224
- source_aarch64 = https://github.com/darkhz/bluetuith/releases/download/v0.0.3/bluetuith_0.0.3_Linux_arm64.tar.gz
+ source_aarch64 = https://github.com/darkhz/bluetuith/releases/download/v0.0.5/bluetuith_0.0.5_Linux_arm64.tar.gz
sha256sums_aarch64 = 5582664ab92912669fe1cb3a6d6bcc941dea557c5ebbaf6f2ac4db9ef8b2bc0f
- source_armv6h = https://github.com/darkhz/bluetuith/releases/download/v0.0.3/bluetuith_0.0.3_Linux_armv6.tar.gz
+ source_armv6h = https://github.com/darkhz/bluetuith/releases/download/v0.0.5/bluetuith_0.0.5_Linux_armv6.tar.gz
sha256sums_armv6h = 5916d036605a41513c9c147ad24fa5f3c7a4b0852adef6e2f43763866d25577b
- source_armv7h = https://github.com/darkhz/bluetuith/releases/download/v0.0.3/bluetuith_0.0.3_Linux_armv7.tar.gz
+ source_armv7h = https://github.com/darkhz/bluetuith/releases/download/v0.0.5/bluetuith_0.0.5_Linux_armv7.tar.gz
sha256sums_armv7h = 46ed1aae2e0149e4089f053341c258944d70bcc8449ae5660cd05160b2b789b2
pkgname = bluetuith-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5bbd8a882375..61bbba852c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: darkhz <kmachanwenw at gmail dot com>
pkgname=bluetuith-bin
_pkgname=bluetuith
-pkgver=0.0.3
+pkgver=0.0.5
pkgrel=1
pkgdesc="A TUI based bluetooth manager"
arch=('x86_64' 'i686' 'arm' 'aarch64' 'armv6h' 'armv7h')