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

Alexander Rødseth arodseth at gemini.archlinux.org
Sun Jul 31 10:27:24 UTC 2022


    Date: Sunday, July 31, 2022 @ 10:27:24
  Author: arodseth
Revision: 1259267

upgpkg: python-pivy 0.6.7-1

Modified:
  python-pivy/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 10:27:13 UTC (rev 1259266)
+++ PKGBUILD	2022-07-31 10:27:24 UTC (rev 1259267)
@@ -2,8 +2,8 @@
 # Contributor: Grey Christoforo
 
 pkgname=python-pivy
-pkgver=0.6.6
-pkgrel=5
+pkgver=0.6.7
+pkgrel=1
 pkgdesc='Bindings to Coin3D'
 arch=(x86_64)
 license=(BSD)
@@ -10,16 +10,9 @@
 url='https://github.com/coin3d/pivy'
 depends=(python soqt)
 makedepends=(cmake git glu python-setuptools swig)
-source=("py310.patch::https://github.com/coin3d/pivy/pull/91/commits/377d97ce41519e879a6c0111f1193957653a06ae.diff"
-        "git+$url#commit=55e659de7ea346d3caf176d7fe254224d36e4791") # tag: 0.6.6
-b2sums=('9c160cb6f95e480e3c09cc61e4a8bda2b63e8073cbdd2572497f0772516beb26d7cbd5c46dddf0ccb23b6df9ec0df05040868e8efed0d749cafbcb9dbda1707a'
-        'SKIP')
+source=("git+$url#commit=81236d917c2d1e20c8403385e8a39d424c78909b") # tag: 0.6.7
+b2sums=('SKIP')
 
-prepare() {
-  cd pivy
-  patch -p1 -i ../py310.patch
-}
-
 package() {
   cd pivy
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list