summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f811619555b0..2cd9673469a3 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
+ pkgver = 1.4.9
pkgrel = 1
url = https://github.com/Utappia/sysglance
arch = any
@@ -9,8 +9,7 @@ pkgbase = sysglance
depends = usbutils
depends = util-linux
depends = curl
- source = sysglance-1.4.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.tar.gz
- md5sums = 6e167e21b19b6a46568087ef3268f46a
+ source = sysglance-1.4.9.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.9.tar.gz
pkgname = sysglance
diff --git a/PKGBUILD b/PKGBUILD
index c122d33982a7..f3c94f247495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
-pkgver=1.4
+pkgver=1.4.9
pkgrel=1
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
-arch=( 'any' )
+arch=('any')
url="https://github.com/Utappia/sysglance"
license=('GPL3')
-depends=( 'pciutils' 'usbutils' 'util-linux' 'curl' )
+depends=('pciutils' 'usbutils' 'util-linux' 'curl')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Utappia/sysglance/archive/v${pkgver}.tar.gz")
package() {
@@ -14,5 +14,3 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
}
-
-md5sums=('6e167e21b19b6a46568087ef3268f46a')