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

Levente Polyak anthraxx at archlinux.org
Tue Nov 14 19:28:06 UTC 2017


    Date: Tuesday, November 14, 2017 @ 19:28:05
  Author: anthraxx
Revision: 266798

upgpkg: vimiv 0.9-1

Modified:
  vimiv/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-14 18:43:23 UTC (rev 266797)
+++ PKGBUILD	2017-11-14 19:28:05 UTC (rev 266798)
@@ -2,22 +2,26 @@
 # Contributor: Christian Karl <christian dot karl at protonmail dot com>
 
 pkgname=vimiv
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc='Image viewer with vim-like keybindings'
 url='https://github.com/karlch/vimiv'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 license=('MIT')
-depends=('python3' 'python-gobject' 'gtk3' 'python-pillow')
-makedepends=('python-setuptools')
-# optdepends=('libgexiv2: autorotation and EXIF support')
-optdepends=('jhead: autorotation and EXIF support')
+depends=('python' 'python-gobject' 'gtk3' 'python-pillow' 'glibc')
+makedepends=('python-setuptools' 'libgexiv2')
+optdepends=('libgexiv2: autorotation and EXIF support')
 backup=('etc/vimiv/vimivrc'
         'etc/vimiv/keys.conf')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/karlch/vimiv/archive/v${pkgver}.tar.gz)
-sha256sums=('7e4b66eefc202db55b45449d1eb48fc18e1e220de9f2dea45a25df1b07b41603')
-sha512sums=('462b3f8805ad7235853d992baceaedbc0d09805767b4fd38e6383a02199afdd72fcd4d652063a9f8ec0f05804ec24a0644ddc99b480022e17f78cd2a481d59ef')
+sha256sums=('8437bec3f9ea5ffc0afeb14a2274a57b9ad6ff729d0788f944ca44a7d9081e57')
+sha512sums=('c6e94e739659ee09efed8bfdd0f9d321f16304df23b86399da21a000554d4225ed0c163324bebb3129dc5d9c734b66cb275f7b2c380fec545bc62cc457b82aad')
 
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install



More information about the arch-commits mailing list