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

Johannes Löthberg demize at archlinux.org
Sun Jan 21 20:33:14 UTC 2018


    Date: Sunday, January 21, 2018 @ 20:33:13
  Author: demize
Revision: 284781

upgpkg: python-msgpack 0.5.1-1

Modified:
  python-msgpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-21 20:30:28 UTC (rev 284780)
+++ PKGBUILD	2018-01-21 20:33:13 UTC (rev 284781)
@@ -4,8 +4,8 @@
 
 pkgbase=python-msgpack
 pkgname=('python-msgpack' 'python2-msgpack')
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 
 url='https://github.com/msgpack/msgpack-python'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 
 source=(msgpack-python-$pkgver.tar.gz::https://github.com/msgpack/msgpack-python/archive/$pkgver.tar.gz)
 
-md5sums=('ab639ec2b1ebe0deb34584fe0c5102b9')
+md5sums=('85e6df45c1ed31b6d15fe0564d288949')
 
 build() {
   cd msgpack-python-$pkgver
@@ -41,9 +41,6 @@
   cd msgpack-python-$pkgver
   python setup.py build --build-lib=build/python \
                   install --root="$pkgdir" --optimize=1
-  cd dummy
-  python setup.py build --build-lib=build/python \
-                  install --root="$pkgdir" --optimize=1
 }
 
 package_python2-msgpack() {
@@ -53,9 +50,6 @@
   cd msgpack-python-$pkgver
   python2 setup.py build --build-lib=build/python2 \
                    install --root="$pkgdir" --optimize=1
-  cd dummy
-  python2 setup.py build --build-lib=build/python2 \
-                   install --root="$pkgdir" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list