git » glmark2-git.git » commit 7b9d180

Remove the unneeded patch

author Ryo Munakata
2018-10-29 01:37:14 UTC
committer Ryo Munakata
2018-10-29 01:37:14 UTC
parent d98699855c827895145271852c77a18260740f4c

Remove the unneeded patch

PKGBUILD +1 -4

diff --git a/PKGBUILD b/PKGBUILD
index 5a133f9..f235c66 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() {