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

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 11 14:29:04 UTC 2014


    Date: Saturday, January 11, 2014 @ 15:29:04
  Author: bgyorgy
Revision: 103778

upgpkg: gcompris 13.11-2

Remove unused python2-pysqlite dependency (gcompris already uses python's internal sqlite3 driver)

Modified:
  gcompris/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-11 14:11:41 UTC (rev 103777)
+++ PKGBUILD	2014-01-11 14:29:04 UTC (rev 103778)
@@ -4,15 +4,15 @@
 
 pkgname=gcompris
 pkgver=13.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10"
 arch=('i686' 'x86_64')
 url="http://gcompris.net/"
 license=('GPL3')
-depends=('pygtk' 'librsvg' 'python2-pysqlite' 'gstreamer0.10-base-plugins')
+depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
 optdepends=('gnucap: for computer simulation within the electricity activity'
             'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool' 'gettext')
+makedepends=('texinfo' 'texi2html' 'intltool')
 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
 sha256sums=('418dad2c8f0fc90e16e97ab67b6700e3af5f33ae05d83f28f3b1117183f88c57')
 
@@ -30,7 +30,7 @@
 }
 
 package() {
-  depends+=("gcompris-data=$pkgver-$pkgrel")
+  depends+=("gcompris-data=$pkgver")
 
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install-exec




More information about the arch-commits mailing list