summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyo Munakata2018-10-29 10:37:14 +0900
committerRyo Munakata2018-10-29 10:37:14 +0900
commit7b9d1807946b57658fec8866c888532a9ab7162f (patch)
treeff27f5b9f8da9e7a05b6fb9dd702e85a6b66f83e
parentd98699855c827895145271852c77a18260740f4c (diff)
downloadaur-7b9d1807946b57658fec8866c888532a9ab7162f.tar.gz
Remove the unneeded patch
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a133f9a68e5..f235c6612747 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ryo Munakata <afpacket@gmail.com>
pkgname=glmark2-git
-pkgver=r835.f413c5b
+pkgver=r870.b949d5f
pkgrel=1
pkgdesc="OpenGL (ES) 2.0 benchmark (X11, Wayland, DRM)"
arch=('i686' 'x86_64')
@@ -12,11 +12,9 @@ conflicts=('glmark2')
provides=('glmark2')
source=(
"$pkgname"::'git://github.com/glmark2/glmark2.git'
- "https://gist.githubusercontent.com/graysky2/83e474d5891cdcd75d8293a47a10b468/raw/892e731ffa98e5901240fbd4127d62c4153eff28/unfuck.patch"
)
md5sums=(
'SKIP'
- 'cef375cb34614fbbb26307e06449515d'
)
# GLMARK2 features
@@ -29,7 +27,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname}"
- patch -i "$srcdir/unfuck.patch"
}
build() {