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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Sep 30 11:33:33 UTC 2018


    Date: Sunday, September 30, 2018 @ 11:33:32
  Author: jlichtblau
Revision: 388460

upgpkg: variety 0.7.0-1 - new upstream release

Modified:
  variety/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-30 11:08:09 UTC (rev 388459)
+++ PKGBUILD	2018-09-30 11:33:32 UTC (rev 388460)
@@ -2,23 +2,23 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=variety
-pkgver=0.6.9
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Changes the wallpaper on a regular interval using user-specified or automatically downloaded images.'
 arch=('any')
 url="http://peterlevi.com/variety/"
 license=('GPL3')
-depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python2-beautifulsoup4' 'python2-cairo'
-         'python2-configobj' 'python2-dbus' 'python2-gobject' 'python2-httplib2' 'python2-pillow'
-         'python2-lxml' 'python2-pycurl' 'python2-requests')
-makedepends=('python2-distutils-extra')
+depends=('gtk3' 'imagemagick' 'libgexiv2' 'libnotify' 'python-beautifulsoup4' 'python-cairo'
+         'python-configobj' 'python-dbus' 'python-gobject' 'python-httplib2' 'python-pillow'
+         'python-lxml' 'python-pycurl' 'python-requests')
+makedepends=('python-distutils-extra')
 optdepends=('xdg-user-dirs: set wallpaper for KDE Plasma')
 source=($pkgname-$pkgver.tar.gz::https://github.com/varietywalls/variety/archive/$pkgver.tar.gz)
-sha256sums=('4f8022457e72aa91f5e19ee7cac66e2efba58cc508b4928d45f33888b76b92a4')
+sha256sums=('b67ff95f184b1a79659e528f8e72f3d1f9635d9a4af93369e5a3af3b859e9799')
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
 
   export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="${pkgdir}" --optimize=1
 }



More information about the arch-commits mailing list