[arch-commits] Commit in pyopengl/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Sep 20 03:32:28 UTC 2015


    Date: Sunday, September 20, 2015 @ 05:32:27
  Author: fyan
Revision: 246724

upgpkg: pyopengl 3.1.0-2

rebuild for python 3.5

Modified:
  pyopengl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-20 03:30:52 UTC (rev 246723)
+++ PKGBUILD	2015-09-20 03:32:27 UTC (rev 246724)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Josh Taylor <joshtaylor.mail at gmail.com>
 # Contributor: simo <simo at archlinux.org>
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
@@ -8,7 +8,7 @@
 pkgbase=pyopengl
 pkgname=('python2-opengl' 'python-opengl')
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The cross platform Python binding to OpenGL and related APIs"
 url="http://pyopengl.sourceforge.net/"
 license=('BSD')
@@ -20,7 +20,7 @@
          '0b53c508a63e5dbaf44cdfb0fa103b3a')\
 
 prepare() {
-    cp -r PyOpenGL-${pkgver} python-PyOpenGL-${pkgver}
+    cp -a PyOpenGL-${pkgver} python-PyOpenGL-${pkgver}
 
     # Fix the shebang
     sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' \



More information about the arch-commits mailing list