summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormail - @ - cerebrux.net2020-09-04 02:34:44 +0300
committermail - @ - cerebrux.net2020-09-04 02:34:44 +0300
commite9ac5b2b67308dd0803ab2ce364eab559174d73c (patch)
treea8d23c2acfcaf9dd067921ad81ab662cc671e951
parent9d29203ae08b3a6994705f46f31f7a3e3d408175 (diff)
downloadaur-e9ac5b2b67308dd0803ab2ce364eab559174d73c.tar.gz
fixed link
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27dfe50fc4de..f53fe71fc895 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = sysglance
pkgdesc = Linux utility for generating a report for the host system.
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/Utappia/sysglance
arch = any
license = GPL3
- depends = systemd
depends = pciutils
depends = usbutils
depends = util-linux
depends = curl
- source = sysglance-1.1.tar.gz::https://github.com/Utappia/sysglance/archive/v1.1.tar.gz
- md5sums = SKIP
+ source = sysglance-1.2.tar.gz::https://github.com/Utappia/sysglance/archive/v1.2.tar.gz
+ md5sums = 63255d0ff3cfd4781a578af31f5cdfca
pkgname = sysglance
diff --git a/PKGBUILD b/PKGBUILD
index 88b5d7254a93..5762aa155605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Linux utility for generating a report for the host system."
arch=( 'any' )
url="https://github.com/Utappia/sysglance"
license=('GPL3')
-depends=('systemd' '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")
-md5sums=('SKIP')
package() {
cd "$pkgname-$pkgver"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
}
+
+md5sums=('63255d0ff3cfd4781a578af31f5cdfca')