summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcerebrux2020-10-03 20:08:40 +0000
committercerebrux2020-10-03 20:08:40 +0000
commit812aa8aa64c1be7768d4abe330a0ae4169be2953 (patch)
tree389fe57b065910f82f9d64e481971ca8ecfacf21
parentcc46119667a50b4f0107c4f520426573fb9693a3 (diff)
downloadaur-812aa8aa64c1be7768d4abe330a0ae4169be2953.tar.gz
Update AUR package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd9673469a3..0e553fb93bbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sysglance
pkgdesc = Utility for collecting information about the hardware and the operating system by generating a simple report.
- pkgver = 1.4.9
+ pkgver = 1.4.10
pkgrel = 1
url = https://github.com/Utappia/sysglance
arch = any
@@ -9,7 +9,8 @@ pkgbase = sysglance
depends = usbutils
depends = util-linux
depends = curl
- source = sysglance-1.4.9.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.9.tar.gz
+ source = sysglance-1.4.10.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.10.tar.gz
+ md5sums = 51f3259a3c1debcfa759dda30873ec20
pkgname = sysglance
diff --git a/PKGBUILD b/PKGBUILD
index f3c94f247495..cad26e75d7dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
-pkgver=1.4.9
+pkgver=1.4.10
pkgrel=1
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
arch=('any')
@@ -14,3 +14,4 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
}
+md5sums=('51f3259a3c1debcfa759dda30873ec20')