summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormail - @ - cerebrux.net2020-09-04 16:52:22 +0300
committermail - @ - cerebrux.net2020-09-04 16:52:22 +0300
commitaf160b72bf6b470161e5cc3bd1ab9799e7b82110 (patch)
tree05633d55595eae1a8ed06b021da2cc3c61d4405e
parente9ac5b2b67308dd0803ab2ce364eab559174d73c (diff)
downloadaur-af160b72bf6b470161e5cc3bd1ab9799e7b82110.tar.gz
Change descr and Root promt
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f53fe71fc895..225a9b0b5e61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysglance
- pkgdesc = Linux utility for generating a report for the host system.
- pkgver = 1.2
+ pkgdesc = Utility for collecting information about the hardware and the operating system by generating a simple report.
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/Utappia/sysglance
arch = any
@@ -9,8 +9,8 @@ pkgbase = sysglance
depends = usbutils
depends = util-linux
depends = curl
- source = sysglance-1.2.tar.gz::https://github.com/Utappia/sysglance/archive/v1.2.tar.gz
- md5sums = 63255d0ff3cfd4781a578af31f5cdfca
+ source = sysglance-1.3.tar.gz::https://github.com/Utappia/sysglance/archive/v1.3.tar.gz
+ md5sums = cb412975f674763fdf2d8dcdc0d84049
pkgname = sysglance
diff --git a/PKGBUILD b/PKGBUILD
index 5762aa155605..4c2e9afeec18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
-pkgver=1.2
+pkgver=1.3
pkgrel=1
-pkgdesc="Linux utility for generating a report for the host system."
+pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
arch=( 'any' )
url="https://github.com/Utappia/sysglance"
license=('GPL3')
@@ -15,4 +15,4 @@ package() {
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
}
-md5sums=('63255d0ff3cfd4781a578af31f5cdfca')
+md5sums=('cb412975f674763fdf2d8dcdc0d84049')