summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2017-04-10 12:52:47 +0200
committerMarco Pompili2017-04-10 12:52:47 +0200
commit915dd79919f4508562bc00a0419477976ec471b2 (patch)
treefa2e208405d595ada52e11334d26df84c6a0ad3b
parent8388c4d7f8c184ad194f62cd0a9c7134360f2141 (diff)
downloadaur-915dd79919f4508562bc00a0419477976ec471b2.tar.gz
Version 0.70.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edc3974005f8..f797058fc3f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 10 10:46:42 UTC 2017
+# Mon Apr 10 10:51:22 UTC 2017
pkgbase = oglplus
pkgdesc = A C++ wrapper for modern OpenGL
- pkgver = 0.69.0
+ pkgver = 0.70.0
pkgrel = 1
- url = http://oglplus.org/
+ url = https://github.com/matus-chochlik/oglplus
arch = i686
arch = x86_64
license = custom:boost
@@ -20,8 +20,8 @@ pkgbase = oglplus
optdepends = libpng
optdepends = sdl
provides = oglplus
- source = https://github.com/matus-chochlik/oglplus/archive/0.69.0.tar.gz
- sha256sums = de87785473742e9e699cc87fe351e2d385f3335dcc298e3b45a7dbbb1c76ff77
+ source = https://github.com/matus-chochlik/oglplus/archive/0.70.0.tar.gz
+ sha256sums = 92111896d60869452e75d370ce472353bc5e43c6afe4748048fa94c5f0432160
pkgname = oglplus
diff --git a/PKGBUILD b/PKGBUILD
index ea32511c2ce5..a763fef1c5cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marco Pompili <aur@emarcs.org>
pkgname=oglplus
-pkgver=0.69.0
+pkgver=0.70.0
pkgrel=1
pkgdesc="A C++ wrapper for modern OpenGL"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('cmake' 'boost' 'freeglut' 'glew' 'libpng' 'sdl')
optdepends=('boost' 'freeglut' 'glew' 'libpng' 'sdl')
provides=('oglplus')
source=("https://github.com/matus-chochlik/oglplus/archive/${pkgver}.tar.gz")
-sha256sums=('de87785473742e9e699cc87fe351e2d385f3335dcc298e3b45a7dbbb1c76ff77')
+sha256sums=('92111896d60869452e75d370ce472353bc5e43c6afe4748048fa94c5f0432160')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"