summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcerebrux2020-10-03 20:22:16 +0000
committercerebrux2020-10-03 20:22:16 +0000
commit58a453efc365098ea546f1cf39c1935d7354eeac (patch)
tree74540c3bbbfc46e29176cf97eb04ddde95f9e7bc
parentb6427bab0eb435a2684b3e748a99b4cc7716257d (diff)
downloadaur-58a453efc365098ea546f1cf39c1935d7354eeac.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e553fb93bbf..909d6bf0e0e4 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.10
+ pkgver = 1.4.11
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.4.10.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.10.tar.gz
- md5sums = 51f3259a3c1debcfa759dda30873ec20
+ source = sysglance-1.4.11.tar.gz::https://github.com/Utappia/sysglance/archive/v1.4.11.tar.gz
+ md5sums = SKIP
pkgname = sysglance
diff --git a/PKGBUILD b/PKGBUILD
index cad26e75d7dc..70b42694188c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cerebrux <mail@cerebrux.net>
pkgname=sysglance
-pkgver=1.4.10
+pkgver=1.4.11
pkgrel=1
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
arch=('any')
@@ -8,10 +8,11 @@ url="https://github.com/Utappia/sysglance"
license=('GPL3')
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=('51f3259a3c1debcfa759dda30873ec20')
+