summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2022-03-19 13:47:07 +0100
committerTobias Bachmann2022-03-19 13:47:07 +0100
commit17e1f74305500edce9b54c7c97fe3c3a9cd67727 (patch)
tree328717654edf17d0f2456466e1684e45d28a2a3a
parent404d8a963b5b203532d70a0b371e3610d35f9524 (diff)
downloadaur-17e1f74305500edce9b54c7c97fe3c3a9cd67727.tar.gz
Version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c61e86f2633..fe02b7170560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-opengl-accelerate
pkgdesc = This is the Cython-coded accelerator module for PyOpenGL 3.x
- pkgver = 3.1.5
+ pkgver = 3.1.6
pkgrel = 1
arch = any
license = BSD
depends = python
depends = python-opengl
options = !emptydirs
- source = https://github.com/mcfletch/pyopengl/archive/3e9791ffb4cd4831dae261d6bea3049ce9e78f01.tar.gz
- sha256sums = d8547b182938aff99eb202edb94f712127d535611f976bd2aaf72650fcef3531
+ source = https://github.com/mcfletch/pyopengl/archive/227f9c66976d9f5dadf62b9a97e6beaec84831ca.tar.gz
+ sha256sums = 6b556e5aa2fd6517809e1559593038c99d3318d21155be4de3d18acfef093d40
pkgname = python-opengl-accelerate
-
diff --git a/PKGBUILD b/PKGBUILD
index 8951940053fa..ce428961eb44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=python-opengl-accelerate
-pkgver=3.1.5
+pkgver=3.1.6
pkgrel=1
-_commit=3e9791ffb4cd4831dae261d6bea3049ce9e78f01 # McFletch does not release bundles on GitHub, there we use commit hashes to get specific versions
+_commit=227f9c66976d9f5dadf62b9a97e6beaec84831ca # McFletch does not release bundles on GitHub, therefore we use commit hashes to get specific versions
pkgdesc="This is the Cython-coded accelerator module for PyOpenGL 3.x"
_name=pyopengl
arch=('any')
@@ -18,7 +18,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://github.com/mcfletch/${_name}/archive/${_commit}.tar.gz")
-sha256sums=('d8547b182938aff99eb202edb94f712127d535611f976bd2aaf72650fcef3531')
+sha256sums=('6b556e5aa2fd6517809e1559593038c99d3318d21155be4de3d18acfef093d40')
build() {
cd "$srcdir/${_name}-${_commit}/accelerate"