summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-02-04 23:16:33 +0100
committerFabioLolix2021-02-04 23:16:33 +0100
commit296cdedeab28037e9e2bf6d477dba17bfa9db705 (patch)
tree312f4ad79a038ef2827d0c4cdfa60e21a52ad2b9
parent896ff72cf1c66f15c6d7fe476f18fbafbe9f8d60 (diff)
downloadaur-296cdedeab28037e9e2bf6d477dba17bfa9db705.tar.gz
v3.3.00.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c863b14cbe3e..247815fea08b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inxi
pkgdesc = Full featured CLI system information tool
- pkgver = 3.2.02.2
+ pkgver = 3.3.00.1
pkgrel = 1
url = https://github.com/smxi/inxi
arch = any
@@ -9,6 +9,7 @@ pkgbase = inxi
depends = pciutils
depends = perl
depends = procps-ng
+ optdepends = bluez-utils-compat: hciconfig: -E bluetooth HCI data
optdepends = bind-tools: -i wlan IP
optdepends = dmidecode: inxi -M if no sys machine data
optdepends = file: inxi -o unmounted file system
@@ -30,8 +31,8 @@ pkgbase = inxi
optdepends = xorg-xdpyinfo: inxi -G multi screen resolution
optdepends = xorg-xprop: inxi -S desktop data
optdepends = xorg-xrandr: inxi -G single screen resolution
- source = inxi-3.2.02.2.tar.gz::https://github.com/smxi/inxi/archive/3.2.02-2.tar.gz
- sha256sums = 9de1dc8be6579c5883d40def6f37230384525d7a8f969cf280ddde1c1dfec62e
+ source = inxi-3.3.00.1.tar.gz::https://github.com/smxi/inxi/archive/3.3.00-1.tar.gz
+ sha256sums = 1180dd8dc71690322ec28f0ee7d9e013adea67bc94298742cfc5a2b4eefff6b9
pkgname = inxi
diff --git a/PKGBUILD b/PKGBUILD
index a0688b85a8d1..96a1d89e9150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Florian Pritz <f-p@gmx.at>
pkgname=inxi
-_pkgver=3.2.02-2
+_pkgver=3.3.00-1
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="Full featured CLI system information tool"
@@ -12,6 +12,7 @@ url="https://github.com/smxi/inxi"
license=(GPL3)
depends=(coreutils pciutils perl procps-ng)
optdepends=(
+ "bluez-utils-compat: hciconfig: -E bluetooth HCI data"
"bind-tools: -i wlan IP"
"dmidecode: inxi -M if no sys machine data"
"file: inxi -o unmounted file system"
@@ -35,7 +36,7 @@ optdepends=(
"xorg-xrandr: inxi -G single screen resolution"
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/smxi/inxi/archive/${_pkgver}.tar.gz")
-sha256sums=('9de1dc8be6579c5883d40def6f37230384525d7a8f969cf280ddde1c1dfec62e')
+sha256sums=('1180dd8dc71690322ec28f0ee7d9e013adea67bc94298742cfc5a2b4eefff6b9')
package() {
cd "${pkgname}-${_pkgver}"