summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Marquesi Lerner2024-02-05 14:23:17 -0300
committerIvan Marquesi Lerner2024-02-05 14:23:17 -0300
commit5772433f506a19667c862e86ff0257a976af1239 (patch)
treee763cafe72ad9e9ef797ef40b2645e2ec2fdf805
parent3e686db8d09e49c475dceac0fc205a6be34a8360 (diff)
downloadaur-peakperf.tar.gz
Fix pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f788a2e8a82a..3800c43fa4c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peakperf
pkgdesc = Microbenchmark to achieve peak performance on x86_64 CPUs and NVIDIA GPUs
pkgver = 1.17
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/Dr-Noob/peakperf
arch = x86_64
license = GPL-2.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index 8f04bcca5d10..efd7f0e8c713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ivan Marquesi Lerner <ivanmlerner@protonmail.com>
pkgname=peakperf
pkgver=1.17
-pkgrel=0
+pkgrel=1
pkgdesc="Microbenchmark to achieve peak performance on x86_64 CPUs and NVIDIA GPUs"
url="https://github.com/Dr-Noob/peakperf"
arch=('x86_64')