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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 4 17:47:40 UTC 2015


    Date: Sunday, October 4, 2015 @ 19:47:39
  Author: arodseth
Revision: 142933

upgpkg: python-pybox2d 2.3.0-1

Modified:
  python-pybox2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 17:36:01 UTC (rev 142932)
+++ PKGBUILD	2015-10-04 17:47:39 UTC (rev 142933)
@@ -9,14 +9,14 @@
 arch=('x86_64' 'i686')
 url='https://github.com/pybox2d/pybox2d'
 license=('GPL')
-makedepends=('git' 'python2' 'swig2')
-source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=69b535a335")
+makedepends=('git' 'python2' 'swig')
+source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
 md5sums=('SKIP')
 
 build() {
   cd "$pkgbase"
 
-  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig-2
+  python2 setup.py setopt --command=build_ext --option=swig --set-value=swig
   python2 setup.py build
 }
 



More information about the arch-commits mailing list