Skip to content

Commit 82dea96

Browse files
committed
skipping checksum 1.4.11
1 parent 73d10d5 commit 82dea96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

template/PKGBUILD

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Maintainer: Cerebrux <[email protected]>
22
pkgname=sysglance
3-
pkgver=1.4.10
3+
pkgver=1.4.11
44
pkgrel=1
55
pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report."
66
arch=('any')
77
url="https://github.com/Utappia/sysglance"
88
license=('GPL3')
99
depends=('pciutils' 'usbutils' 'util-linux' 'curl')
1010
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Utappia/sysglance/archive/v${pkgver}.tar.gz")
11+
md5sums=('SKIP')
1112

1213
package() {
1314
cd "$pkgname-$pkgver"
1415
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
1516
install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance"
1617
}
17-
md5sums=('58f7a4c1bb23244dbe4f90f6a7e9bc78')
18+

0 commit comments

Comments
 (0)