We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d10d5 commit 82dea96Copy full SHA for 82dea96
template/PKGBUILD
@@ -1,17 +1,18 @@
1
# Maintainer: Cerebrux <[email protected]>
2
pkgname=sysglance
3
-pkgver=1.4.10
+pkgver=1.4.11
4
pkgrel=1
5
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
6
arch=('any')
7
url="https://github.com/Utappia/sysglance"
8
license=('GPL3')
9
depends=('pciutils' 'usbutils' 'util-linux' 'curl')
10
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Utappia/sysglance/archive/v${pkgver}.tar.gz")
11
+md5sums=('SKIP')
12
13
package() {
14
cd "$pkgname-$pkgver"
15
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
16
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
17
}
-md5sums=('58f7a4c1bb23244dbe4f90f6a7e9bc78')
18
+
0 commit comments