summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2018-09-15 20:48:53 +0200
committerTobias Bachmann2018-09-15 20:48:53 +0200
commit3d6f6e37db23138d138337b832c5c9009ef9820c (patch)
tree299aefa1f15bf98796a1e727fcac285860a3ccdd
parenta2cc23dd78cd12a46a1a902b46fce3050ea07efe (diff)
downloadaur-3d6f6e37db23138d138337b832c5c9009ef9820c.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32108d0915ef..7eae14292543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = python-opengl-accelerate
+ pkgdesc = This is the Cython-coded accelerator module for PyOpenGL 3.x
pkgver = 3.1.3b1
- pkgrel = 1
+ pkgrel = 2
arch = any
license = BSD
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a1f489e8a3ac..d9251f07e1a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=python-opengl-accelerate
pkgver=3.1.3b1 # We have to use the beta version for now, as 3.1.0 does not support Python 3.7
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="This is the Cython-coded accelerator module for PyOpenGL 3.x"
_name=PyOpenGL-accelerate
arch=('any')
url=""