[arch-commits] Commit in python-kivy/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jul 8 17:07:31 UTC 2018
Date: Sunday, July 8, 2018 @ 17:07:31
Author: felixonmars
Revision: 355110
upgpkg: python-kivy 1.10.1-1
Modified:
python-kivy/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-08 17:06:56 UTC (rev 355109)
+++ PKGBUILD 2018-07-08 17:07:31 UTC (rev 355110)
@@ -6,20 +6,20 @@
pkgbase=python-kivy
pkgname=('python-kivy' 'python2-kivy')
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc="A software library for rapid development of hardware-accelerated multitouch applications."
arch=('x86_64')
url="http://kivy.org/"
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'gstreamer' 'sdl2_ttf'
- 'sdl2_mixer' 'sdl2_image')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-docutils' 'python2-docutils' 'cython'
+ 'cython2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 'python2-coverage'
'python-gobject' 'python2-gobject' 'xorg-server-xvfb' 'opencv' 'python-pyenchant'
'python2-pyenchant' 'git' 'mtdev' 'xclip' 'xsel' 'gtk3' 'gst-plugins-base'
- 'gst-plugins-good' 'python-dbus' 'python2-dbus')
+ 'gst-plugins-good' 'gst-libav' 'python-dbus' 'python2-dbus')
source=("https://pypi.io/packages/source/K/Kivy/Kivy-$pkgver.tar.gz")
-sha512sums=('9f6ee0214a3ef784f26cdf7298844e15858a15a81ff8aa399ad2620939a7304f5c08121800293b2977bd3ddaf3c86cfb50d3dce1e4e8b5a696e8400e4f88ced6')
+sha512sums=('d0fb32e18bab86e74b7b7b67b11c46150511a9f549aa564b821e7cb46592750633ac94e9a12b1b8df3e59bd9acffa2b2394861608f46cebd10df4fb52ee604b8')
prepare() {
# For better metadata
@@ -47,7 +47,7 @@
}
package_python-kivy() {
- depends=('python' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+ depends=('python-docutils' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
cd Kivy-$pkgver
python setup.py install --prefix=/usr --root="$pkgdir"
@@ -55,7 +55,7 @@
}
package_python2-kivy() {
- depends=('python2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+ depends=('python2-docutils' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
cd Kivy-$pkgver-py2
python2 setup.py install --prefix=/usr --root="$pkgdir"
More information about the arch-commits
mailing list