summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb354d158175..beebfd5d5638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = gfxbench
pkgdesc = Unified graphics benchmark based on DXBenchmark (DirectX) and GLBenchmark (OpenGL ES)
- pkgver = 4.0.0
- pkgrel = 2
+ pkgver = 4.0.13
+ pkgrel = 1
url = https://gfxbench.com/
arch = i686
arch = x86_64
license = custom
depends = libpng12
- source_i686 = http://gfxbench.com/download/gfxbench_gl-linux-qt-4.0.0+community_32bit.sh
- md5sums_i686 = 9eccb959962efda21f94d5bb301ece5c
- source_x86_64 = http://gfxbench.com/download/gfxbench_gl-linux-qt-4.0.0+community_64bit.sh
- md5sums_x86_64 = 9ec770568944857158b05238b8593405
+ source_i686 = gfxbench_gl-linux-qt-4.0.13+community.sh::https://gfxbench.com/download/gfxbench_gl-linux-qt-4.0.13+community_32bit.sh
+ sha1sums_i686 = dfbcd1deeeb3a21cd79738c30d535f08ebfdac6c
+ source_x86_64 = gfxbench_gl-linux-qt-4.0.13+community.sh::https://gfxbench.com/download/gfxbench_gl-linux-qt-4.0.13+community_64bit.sh
+ sha1sums_x86_64 = 81c6575e3af9402711b01e7b32e8e4d310eb00c0
pkgname = gfxbench
diff --git a/PKGBUILD b/PKGBUILD
index 514773021622..4eaf3036893c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=gfxbench
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.13
+pkgrel=1
pkgdesc="Unified graphics benchmark based on DXBenchmark (DirectX) and GLBenchmark (OpenGL ES)"
url='https://gfxbench.com/'
arch=('i686' 'x86_64')
license=('custom')
depends=('libpng12')
_basename="gfxbench_gl-linux-qt-${pkgver}+community"
-source_i686=( "${_basename}.sh::http://gfxbench.com/download/${_basename}_32bit.sh")
-source_x86_64=("${_basename}.sh::http://gfxbench.com/download/${_basename}_64bit.sh")
-md5sums_i686=( '9eccb959962efda21f94d5bb301ece5c')
-md5sums_x86_64=('9ec770568944857158b05238b8593405')
+source_i686=( "${_basename}.sh::https://gfxbench.com/download/${_basename}_32bit.sh")
+source_x86_64=("${_basename}.sh::https://gfxbench.com/download/${_basename}_64bit.sh")
+sha1sums_i686=( 'dfbcd1deeeb3a21cd79738c30d535f08ebfdac6c')
+sha1sums_x86_64=('81c6575e3af9402711b01e7b32e8e4d310eb00c0')
package() {
cd "${srcdir}"