summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiachen YANG2021-01-13 15:15:39 +0900
committerJiachen YANG2021-01-13 15:15:39 +0900
commit2716c486b5447b837b9ce2e4536138acf408954c (patch)
tree1a49eadcd08e376005fd6238919ef0a59770ff91
parent14bb372e5c6ebfc0d0595e8d72ead246d4f01548 (diff)
downloadaur-2716c486b5447b837b9ce2e4536138acf408954c.tar.gz
glmark2: update to 2020.04 release
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e96f940851..00a48167bc03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = glmark2
pkgdesc = OpenGL (ES) 2.0 benchmark
- pkgver = 2014.03
- pkgrel = 3
+ pkgver = 2020.04
+ pkgrel = 1
url = https://launchpad.net/glmark2
arch = i686
arch = x86_64
@@ -14,12 +14,7 @@ pkgbase = glmark2
depends = libxcb
depends = libgl
depends = python2
- source = https://launchpad.net/glmark2/trunk/2014.03/+download/glmark2-2014.03.tar.gz
- source = pr24.patch::https://patch-diff.githubusercontent.com/raw/glmark2/glmark2/pull/24.patch
- source = libpng16.patch::https://github.com/glmark2/glmark2/commit/499aa81a68fb4c8aac1c80f0d6a4cce05941c4cc.patch
- md5sums = 739859cf57d4c8a23452c43e84f66e56
- md5sums = 108cbcdf594782dbdcb5908f68db86d7
- md5sums = e1e498bbaf059a1ce886999b25e6ed78
+ source = https://github.com/glmark2/glmark2/archive/2020.04.tar.gz
+ md5sums = a90713700a740180fef3576f7ee3c9db
pkgname = glmark2
-
diff --git a/PKGBUILD b/PKGBUILD
index 3b72c09697c5..a4616091c448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: farseerfc <farseerfc@gmail.com>
pkgname=glmark2
-pkgver=2014.03
-pkgrel=3
+pkgver=2020.04
+pkgrel=1
pkgdesc="OpenGL (ES) 2.0 benchmark"
arch=('i686' 'x86_64')
url="https://launchpad.net/glmark2"
@@ -11,17 +11,11 @@ groups=()
depends=('libjpeg-turbo' 'libpng' 'libx11' 'libxcb' 'libgl' 'python2')
makedepends=()
optdepends=()
-source=("https://launchpad.net/glmark2/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz"
- 'pr24.patch::https://patch-diff.githubusercontent.com/raw/glmark2/glmark2/pull/24.patch'
- 'libpng16.patch::https://github.com/glmark2/glmark2/commit/499aa81a68fb4c8aac1c80f0d6a4cce05941c4cc.patch')
-md5sums=('739859cf57d4c8a23452c43e84f66e56'
- '108cbcdf594782dbdcb5908f68db86d7'
- 'e1e498bbaf059a1ce886999b25e6ed78')
+source=("https://github.com/glmark2/glmark2/archive/$pkgver.tar.gz")
+md5sums=('a90713700a740180fef3576f7ee3c9db')
prepare(){
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 <../pr24.patch
- patch -p1 <../libpng16.patch
sed -i "s|-Werror ||g" wscript
}