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

Evgeniy Alekseev arcanis at archlinux.org
Sun Jan 18 22:28:38 UTC 2015


    Date: Sunday, January 18, 2015 @ 23:28:37
  Author: arcanis
Revision: 126187

upgpkg: eric 6.0.1-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |   14 +++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2015-01-18 22:11:43 UTC (rev 126186)
+++ ChangeLog	2015-01-18 22:28:37 UTC (rev 126187)
@@ -1,3 +1,6 @@
+6.0.1-1:
+upstream update
+
 6.0.0-1:
 * upstream update
 * split to qt5 and qt4 packages

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 22:11:43 UTC (rev 126186)
+++ PKGBUILD	2015-01-18 22:28:37 UTC (rev 126187)
@@ -5,9 +5,9 @@
 # See .contrib for older/other contributors
 
 pkgbase=eric
-pkgname=('eric-common-qt4' 'eric-qt4' 'python2-eric-qt4'
-         'eric-common' 'eric' 'python2-eric')
-pkgver=6.0.0
+pkgname=('eric-common' 'eric' 'python2-eric'
+         'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt4"
 arch=('any')
@@ -18,7 +18,7 @@
          'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz")
-md5sums=('86d16e78fbf6a17f91181876f2ee86d9')
+md5sums=('532c072299b2489d6c9b2f1bb3676652')
 changelog=ChangeLog
 
 prepare() {
@@ -35,7 +35,7 @@
 package_eric-common-qt4() {
   depends=()
 
-  cd "${srcdir}/eric6-${pkgver}-qt4/eric"
+  cd "${srcdir}/eric6-${pkgver}/eric"
   # eric APIs
   install -Dm644 "APIs/Python3/eric6.api" \
                  "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api"
@@ -125,7 +125,7 @@
   conflicts=('eric-qt4')
 
   cd "${srcdir}/eric6-${pkgver}"
-  python install.py -c -b /usr/bin -i "${pkgdir}" --noapis --pyqt=5
+  python install.py -c -b /usr/bin -i "${pkgdir}" --noapis
 }
 
 package_python2-eric() {
@@ -133,7 +133,7 @@
   conflicts=('python2-eric-qt4')
 
   cd "${srcdir}/eric6-${pkgver}_py2"
-  python2 install.py -c -b /usr/bin -i "${pkgdir}" -y --noapis --pyqt=5
+  python2 install.py -c -b /usr/bin -i "${pkgdir}" -y --noapis
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list