Skip to content

Commit

Permalink
programs/stress-ng/pkg/PKGBUILD: use head version to pack
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Dec 3, 2023
1 parent 81e1cc1 commit 5e1b309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/stress-ng/pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pkgname=stress-ng
pkgver=0.15.04
pkgver=git
pkgrel=1
pkgdesc="tool to load and stress a computer"
arch=('i386' 'x86_64' 'riscv64' 'aarch64')
url="http://kernel.ubuntu.com/~cking/stress-ng/"
license=('GPL')
source=("https://github.com/ColinIanKing/stress-ng.git#tag=V$pkgver")
source=("https://github.com/ColinIanKing/stress-ng.git")
md5sums=('SKIP')

build() {
Expand Down

0 comments on commit 5e1b309

Please sign in to comment.