summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Papakostas2022-05-28 22:53:20 +0200
committerJason Papakostas2022-05-28 22:53:20 +0200
commitcd2b73659338c13b560dcb3e81e7995ac19af60c (patch)
tree8e8d0cd5ba8fdccf881c2eb3ff4dce820f2c8edb
parent0b2b530569f7604f48a27ee401156579e89f0f4a (diff)
downloadaur-cd2b73659338c13b560dcb3e81e7995ac19af60c.tar.gz
new version v10.2 Build 1002, Mar 17 2022
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfffd9c61996..c00fea5a96b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passmark-performancetest-bin
pkgdesc = PassMark PerformanceTest Linux - Fast, easy to use, Linux system speed testing and benchmarking.
- pkgver = v10.2.1001
+ pkgver = v10.2.1002
pkgrel = 1
url = https://www.passmark.com/products/pt_linux/
changelog = CHANGELOG
@@ -8,7 +8,7 @@ pkgbase = passmark-performancetest-bin
license = custom
depends = ncurses5-compat-libs
depends = curl
- source = pt_linux_x64_v10.2.1001.zip::https://www.passmark.com/downloads/pt_linux_x64.zip
- sha256sums = 8307b7c1a2eb2e5642a6141a2e3424edd74a89ab1cb1915d3e9a9da62fe9c18b
+ source = pt_linux_x64_v10.2.1002.zip::https://www.passmark.com/downloads/pt_linux_x64.zip
+ sha256sums = c8e75bee4d599ee84184e94f53c40fa194b3dffc49ddcafff1bc549a1c264103
pkgname = passmark-performancetest-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d0a38cd76ec..a7e04faa4c09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Papakostas <vithos@gmail.com>
pkgname=passmark-performancetest-bin
-pkgver=v10.2.1001
+pkgver=v10.2.1002
pkgrel=1
pkgdesc="PassMark PerformanceTest Linux - Fast, easy to use, Linux system speed testing and benchmarking."
arch=('x86_64')
@@ -10,13 +10,16 @@ license=('custom')
depends=('ncurses5-compat-libs' 'curl')
changelog=CHANGELOG
source=("pt_linux_x64_$pkgver.zip::https://www.passmark.com/downloads/pt_linux_x64.zip")
-sha256sums=('8307b7c1a2eb2e5642a6141a2e3424edd74a89ab1cb1915d3e9a9da62fe9c18b')
+sha256sums=('c8e75bee4d599ee84184e94f53c40fa194b3dffc49ddcafff1bc549a1c264103')
prepare() {
cd "PerformanceTest" || exit
# abort packaging if license changed
- [ "3a5466cf822921ff49ac704aedde345ea46b8b4efe465b137b2c1377bc1597c4 -" = "$(head -n7 readme.txt | sha256sum)" ] || exit 1
+ if [ "3a5466cf822921ff49ac704aedde345ea46b8b4efe465b137b2c1377bc1597c4 -" = "$(head -n7 readme.txt | sha256sum)" ]; then
+ echo "licence doesn't match expected checksum"
+ exit 1
+ fi
# extract license
head -n4 readme.txt >LICENSE