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

Johannes Löthberg demize at archlinux.org
Sat Jan 6 20:38:24 UTC 2018


    Date: Saturday, January 6, 2018 @ 20:38:22
  Author: demize
Revision: 279666

upgpkg: python-msgpack 0.5.0-1

Modified:
  python-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-06 20:33:28 UTC (rev 279665)
+++ PKGBUILD	2018-01-06 20:38:22 UTC (rev 279666)
@@ -14,12 +14,12 @@
 makedepends=('cython' 'cython2' 'python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six')
 
-source=("https://pypi.io/packages/source/m/msgpack-python/msgpack-python-$pkgver.tar.gz")
+source=("https://pypi.io/packages/source/m/msgpack/msgpack-$pkgver.tar.gz")
 
-md5sums=('d3a9fe12b5f0694ef1c54353ffeca2c1')
+md5sums=('6d1df33fe19dcde7bde62f808f9c4488')
 
 build() {
-  cd msgpack-python-$pkgver
+  cd msgpack-$pkgver
   python setup.py build --build-lib=build/python
   python2 setup.py build --build-lib=build/python2
   find build/python2 -type f -exec \
@@ -27,7 +27,7 @@
 }
 
 check() {
-  cd msgpack-python-$pkgver
+  cd msgpack-$pkgver
   msg2 'python'
   PYTHONPATH=$PWD/build/python py.test test
   msg2 'python2'
@@ -38,7 +38,7 @@
   pkgdesc='MessagePack serializer implementation for Python'
   depends=('python')
 
-  cd msgpack-python-$pkgver
+  cd msgpack-$pkgver
   python setup.py build --build-lib=build/python \
                   install --root="$pkgdir" --optimize=1
 }
@@ -47,7 +47,7 @@
   pkgdesc='MessagePack serializer implementation for Python2'
   depends=('python2')
 
-  cd msgpack-python-$pkgver
+  cd msgpack-$pkgver
   python2 setup.py build --build-lib=build/python2 \
                    install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list