summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartins Mozeiko2023-10-01 22:26:46 -0700
committerMartins Mozeiko2023-10-01 22:26:46 -0700
commitc10a95d2abbf34e407c1c37ab4dbdd98ae04e3b3 (patch)
tree93c994164bbad451b2a0cf81f6c1218026f2074c
parent2a72f163a00b1445ba8e470c75a6315fb927e08a (diff)
downloadaur-glcapsviewer-git.tar.gz
update to latest changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621866c4a4f0..f17e7e2d7e2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glcapsviewer-git
pkgdesc = OpenGL Hardware Capability Viewer
- pkgver = r137.85ee6ab
+ pkgver = r139.eb621b2
pkgrel = 1
url = https://opengl.gpuinfo.org/
arch = i686
@@ -13,11 +13,9 @@ pkgbase = glcapsviewer-git
depends = qt5-base
source = git+https://github.com/SaschaWillems/glCapsViewer
source = https://github.com/SaschaWillems/glCapsViewer/pull/15.patch
- source = https://github.com/SaschaWillems/glCapsViewer/pull/34.patch
source = glcapsviewer.desktop
sha256sums = SKIP
sha256sums = 1bbc59c259e18a550d788688be7a731e1f379ee08902759cf3e802123b745493
- sha256sums = 6ac078025a400b5ef90f3756a5207b0d326bb0bfcc4488468c0bb7c627397589
sha256sums = 3ff750cda95917ff93388dd373437b12129427bc33e52343247bf69bf1d24c02
pkgname = glcapsviewer-git
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() {