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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Feb 5 15:26:40 UTC 2014


    Date: Wednesday, February 5, 2014 @ 16:26:40
  Author: arodseth
Revision: 105341

upgpkg: python-simplejson 3.3.2-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-05 15:22:50 UTC (rev 105340)
+++ PKGBUILD	2014-02-05 15:26:40 UTC (rev 105341)
@@ -6,8 +6,8 @@
 
 pkgbase=python-simplejson
 pkgname=("$pkgbase" 'python2-simplejson')
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
 arch=('x86_64' 'i686')
@@ -14,12 +14,12 @@
 url='http://undefined.org/python/#simplejson'
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}")
-sha256sums=('ed7e700a9b689f81e54738d796ce456eca12481412f198d44d42f69d8d6f9a82')
+sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c')
 
 package_python-simplejson() {
   depends=('python')
 
-  cd "$srcdir/simplejson-simplejson-"*
+  cd "simplejson-simplejson-"*
   python setup.py install --root="$pkgdir"
   install -Dm644 "$srcdir/simplejson-simplejson"-*/LICENSE.txt \
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -28,7 +28,7 @@
 package_python2-simplejson() {
   depends=('python2')
 
-  cd "$srcdir/simplejson-simplejson-"*
+  cd "simplejson-simplejson-"*
   python2 setup.py install --root="$pkgdir"
   install -Dm644 "$srcdir/simplejson-simplejson"-*/LICENSE.txt \
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"




More information about the arch-commits mailing list