summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaco Malan2019-03-27 22:28:13 +0200
committerJaco Malan2019-03-27 22:28:13 +0200
commitef7a846db348e529480eedfd5b582f38932f0dc9 (patch)
treedd301f6022cdb4cbda8552948ef121f68582577b
parent1fe4eb0fbbee29662dbdbc35ee1195020bb90c36 (diff)
downloadaur-ef7a846db348e529480eedfd5b582f38932f0dc9.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5e9530e04cd..3527047c9d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
pkgbase = stress++
+ pkgdesc = A small, lightweight stress-testing tool for the CPU
pkgver = 0.1.2
pkgrel = 1
+ url = https://github.com/Code-Log/stress-plug-plus
arch = any
- license = GPL
+ license = GPL3
pkgname = stress++
diff --git a/PKGBUILD b/PKGBUILD
index a18e571c69e4..c4aa0677cd48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,10 @@
pkgname=stress++
pkgver=0.1.2
pkgrel=1
-license=('GPL')
+license=('GPL3')
arch=('any')
+pkgdesc="A small, lightweight stress-testing tool for the CPU"
+url="https://github.com/Code-Log/stress-plug-plus"
prepare() {