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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 4 20:30:25 UTC 2018


    Date: Monday, June 4, 2018 @ 20:30:24
  Author: arodseth
Revision: 340453

upgpkg: python-pybox2d 1:2.3.2-1

Modified:
  python-pybox2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 20:30:10 UTC (rev 340452)
+++ PKGBUILD	2018-06-04 20:30:24 UTC (rev 340453)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 pkgbase=python-pybox2d
 pkgname=('python2-pybox2d')
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 epoch=1
 arch=('x86_64')
 url='https://github.com/pybox2d/pybox2d'
 license=('GPL')
-makedepends=('git' 'python2' 'swig')
-source=("$pkgbase::git://github.com/pybox2d/pybox2d.git#commit=9c21fcc9a3")
+makedepends=('git' 'swig' 'python2-setuptools')
+source=("$pkgbase::git+https://github.com/pybox2d/pybox2d.git#tag=$pkgver")
 md5sums=('SKIP')
 
 build() {
@@ -22,7 +22,6 @@
 }
 
 package_python2-pybox2d() {
-  depends=('python2')
   pkgdesc='Python wrapper for Box2D'
 
   cd "$pkgbase"



More information about the arch-commits mailing list