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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Feb 25 23:51:38 UTC 2013


    Date: Tuesday, February 26, 2013 @ 00:51:38
  Author: arodseth
Revision: 84900

upgpkg: python-cx_freeze 4.3.1-2

Modified:
  python-cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-25 23:12:55 UTC (rev 84899)
+++ PKGBUILD	2013-02-25 23:51:38 UTC (rev 84900)
@@ -5,23 +5,23 @@
 # Contributor: Eric Belanger <eric at archlinux.org>
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
-pkgbase=cx_freeze
+pkgbase=python-cx_freeze
 pkgname=('python-cx_freeze' 'python2-cx_freeze')
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Set of utilities for freezing Python scripts into executables'
 arch=('x86_64' 'i686')
 url='http://cx-freeze.sourceforge.net/'
 license=('PSF')
 makedepends=('python' 'python2')
-source=("http://prdownloads.sourceforge.net/${pkgbase/_/-}/${pkgbase/f/F}-$pkgver.tar.gz")
+source=("http://prdownloads.sourceforge.net/cx-freeze/cx_Freeze-$pkgver.tar.gz")
 sha256sums=('11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b')
 
 package_python-cx_freeze() {
   depends=('python')
   conflicts=('cx_freeze' 'python2-cx_freeze')
 
-  cd "$srcdir/${pkgbase/f/F}-$pkgver"
+  cd "$srcdir/cx_Freeze-$pkgver"
   python setup.py install --root "$pkgdir" --optimize 1
 }
 
@@ -30,7 +30,7 @@
   conflicts=('cx_freeze' 'python-cx_freeze')
   replaces=('cx_freeze')
 
-  cd "$srcdir/${pkgbase/f/F}-$pkgver"
+  cd "$srcdir/cx_Freeze-$pkgver"
   python2 setup.py install --root "$pkgdir" --optimize 1
   # Python 2 shebang fix
   find "$pkgdir" -name qotd.py -exec sed -i '0,/on/s//on2/' {} \;




More information about the arch-commits mailing list