summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2022-11-16 11:25:50 +0000
committerScore_Under2022-11-16 11:25:50 +0000
commit2cbf9e5c0cf7bb5c09e8703148349a20d1588bb8 (patch)
tree09cb9e4261e5ab6a02b5ae8ab7c87d009b193050
parent4b2d7ec13a012c0e54dceed577b506f7619dc3c9 (diff)
downloadaur-2cbf9e5c0cf7bb5c09e8703148349a20d1588bb8.tar.gz
Bump patch version (makefile fix upstream)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e91b09657c1..a89112c09ab3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bandwidth
pkgdesc = Benchmark memory bandwidth
- pkgver = 1.11.2.c
+ pkgver = 1.11.2.d
pkgrel = 1
url = http://zsmith.co/bandwidth.php
arch = i686
@@ -9,9 +9,7 @@ pkgbase = bandwidth
makedepends = nasm
options = !makeflags
options = !debug
- source = https://zsmith.co/archives/bandwidth-1.11.2c.tar.gz
- source = make-clean-fix.patch
- sha256sums = 1f4cc154424c811e66fc9eb96d66a8ed8e874f6900398e666acbda2a1fd562fd
- sha256sums = 3d997fa73b24608ae47d02849b8fd63e5168327b1be3f2fa6088317282c8d91b
+ source = https://zsmith.co/archives/bandwidth-1.11.2d.tar.gz
+ sha256sums = ec8acd8825ca7f5bf244697bdc272edda60ca8f55ce0fa44afa9674aa21ae10f
pkgname = bandwidth
diff --git a/PKGBUILD b/PKGBUILD
index e04685274bc0..929c404e2527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
_orig_ver=1.11.2
-_orig_patch=c
+_orig_patch=d
_orig_fullver=$_orig_ver$_orig_patch
pkgname=bandwidth
@@ -11,15 +11,8 @@ url="http://zsmith.co/bandwidth.php"
license=('GPL')
makedepends=('nasm')
options=(!makeflags !debug)
-sha256sums=('1f4cc154424c811e66fc9eb96d66a8ed8e874f6900398e666acbda2a1fd562fd'
- '3d997fa73b24608ae47d02849b8fd63e5168327b1be3f2fa6088317282c8d91b')
-source=("https://zsmith.co/archives/${pkgname}-${_orig_fullver}.tar.gz"
- make-clean-fix.patch)
-
-prepare() {
- cd "${srcdir}"
- patch -N -p0 -d "${pkgname}-${_orig_fullver}" < make-clean-fix.patch
-}
+sha256sums=('ec8acd8825ca7f5bf244697bdc272edda60ca8f55ce0fa44afa9674aa21ae10f')
+source=("https://zsmith.co/archives/${pkgname}-${_orig_fullver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${_orig_fullver}"