summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartins Mozeiko2023-10-01 22:26:46 -0700
committerMartins Mozeiko2023-10-01 22:26:46 -0700
commitc10a95d2abbf34e407c1c37ab4dbdd98ae04e3b3 (patch)
tree93c994164bbad451b2a0cf81f6c1218026f2074c /PKGBUILD
parent2a72f163a00b1445ba8e470c75a6315fb927e08a (diff)
downloadaur-glcapsviewer-git.tar.gz
update to latest changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a3ebad0260d..23ca821cf04c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martins Mozeiko <martins.mozeiko@gmail.com>
pkgname=glcapsviewer-git
-pkgver=r137.85ee6ab
+pkgver=r139.eb621b2
pkgrel=1
pkgdesc='OpenGL Hardware Capability Viewer'
url='https://opengl.gpuinfo.org/'
@@ -9,11 +9,9 @@ arch=('i686' 'x86_64')
license=('GPL3')
source=('git+https://github.com/SaschaWillems/glCapsViewer'
'https://github.com/SaschaWillems/glCapsViewer/pull/15.patch'
- 'https://github.com/SaschaWillems/glCapsViewer/pull/34.patch'
'glcapsviewer.desktop')
sha256sums=('SKIP'
'1bbc59c259e18a550d788688be7a731e1f379ee08902759cf3e802123b745493'
- '6ac078025a400b5ef90f3756a5207b0d326bb0bfcc4488468c0bb7c627397589'
'3ff750cda95917ff93388dd373437b12129427bc33e52343247bf69bf1d24c02')
makedepends=('git' 'cmake')
depends=('glew' 'glfw' 'qt5-base')
@@ -27,7 +25,6 @@ prepare() {
cd "$srcdir"/glCapsViewer
patch -p1 -i "$srcdir"/15.patch
- patch -p1 -i "$srcdir"/34.patch
}
package() {