[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Fri Mar 16 14:20:47 UTC 2012
Date: Friday, March 16, 2012 @ 10:20:47
Author: andrea
Revision: 153598
Fix description
Modified:
kdebindings-python/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-16 13:00:51 UTC (rev 153597)
+++ PKGBUILD 2012-03-16 14:20:47 UTC (rev 153598)
@@ -5,7 +5,7 @@
pkgname=('kdebindings-python'
'kdebindings-python2')
pkgver=4.8.1
-pkgrel=2
+pkgrel=3
url='http://kde.org/'
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
@@ -37,7 +37,7 @@
}
package_kdebindings-python() {
- desc="A set of Python 3.x bindings for KDE"
+ pkgdesc="A set of Python 3.x bindings for KDE"
depends=('kdepim-runtime' 'pyqt' 'qscintilla')
cd "${srcdir}"/build
@@ -45,7 +45,7 @@
}
package_kdebindings-python2() {
- desc="A set of Python 2.x bindings for KDE"
+ pkgdesc="A set of Python 2.x bindings for KDE"
depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
conflicts=('kdebindings-python<4.8.1-2')
More information about the arch-commits
mailing list