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

Kyle Keen kkeen at archlinux.org
Tue Nov 3 14:33:21 UTC 2015


    Date: Tuesday, November 3, 2015 @ 15:33:21
  Author: kkeen
Revision: 145795

upgpkg: bpython 0.14.2-1

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-03 14:28:03 UTC (rev 145794)
+++ PKGBUILD	2015-11-03 14:33:21 UTC (rev 145795)
@@ -5,8 +5,8 @@
 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
 
 pkgname=('bpython' 'bpython2')
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.14.2
+pkgrel=1
 pkgdesc='Fancy ncurses interface to the Python interpreter'
 arch=('any')
 url='http://bpython-interpreter.org/'
@@ -16,7 +16,7 @@
             'python-jedi: multiline completion')
 makedepends=('python-distribute' 'python2-distribute')
 source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)
-md5sums=('106551e4f563f2575f67a3738a56b815')
+md5sums=('ce27e0b6092058e0233958c86a7df500')
 
 # python-watchdog optdep...
 # python-curtsies a required dep, use old version for now
@@ -51,25 +51,21 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython2/LICENSE"
 
   # conflicting files with bpython
-  pushd "$pkgdir/usr/bin/"
+  cd "$pkgdir/usr/bin/"
   mv bpython bpython2
   mv bpython-urwid bpython2-urwid
   mv bpython-curses bpython2-curses
-  mv bpbd bpbd2
-  popd
+  mv bpdb bpdb2
 
-  pushd "$pkgdir/usr/share/applications/"
+  cd "$pkgdir/usr/share/applications/"
   mv bpython.desktop bpython2.desktop
   # fix the .desktop file for the rename
   sed -i 's/bpython/&2/' bpython2.desktop
-  popd
 
-  pushd "$pkgdir/usr/share/appdata/"
+  cd "$pkgdir/usr/share/appdata/"
   mv bpython.appdata.xml bpython2.appdata.xml
   sed -i 's/bpython/&2/' bpython2.appdata.xml
-  popd
 
-  pushd "$pkgdir/usr/share/pixmaps/"
+  cd "$pkgdir/usr/share/pixmaps/"
   mv bpython.png bpython2.png
-  popd
 }



More information about the arch-commits mailing list