Skip to content

Commit

Permalink
skipping checksum 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrux committed Oct 3, 2020
1 parent 73d10d5 commit 82dea96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# 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')
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=('58f7a4c1bb23244dbe4f90f6a7e9bc78')

0 comments on commit 82dea96

Please sign in to comment.