summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarlch2016-01-04 12:14:26 +0100
committerkarlch2016-01-04 12:14:26 +0100
commit5aed85e698aee0dcb867187895d718c582b3e8f0 (patch)
tree1825ce5941bbf59f5fa3f299d2868576186e816b
parent2858a8666609367b30feef093e90b152356aba64 (diff)
downloadaur-5aed85e698aee0dcb867187895d718c582b3e8f0.tar.gz
New optional dependancy added
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5986f90aa111..baf1ee9e5073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 19:29:18 UTC 2015
+# Mon Jan 4 11:14:06 UTC 2016
pkgbase = vimiv-git
pkgdesc = An image viewer with vim-like keybindings
- pkgver = r46.720b6c4
+ pkgver = r57.a2640bd
pkgrel = 1
url = https://github.com/karlch/vimiv
arch = any
@@ -13,6 +13,7 @@ pkgbase = vimiv-git
depends = gtk3
depends = python-pillow
optdepends = imagemagick: for the optimization of images
+ optdepends = jhead: for much better autorotation depending on EXIF data
backup = etc/vimiv/vimivrc.py
source = vimiv-git::git+https://github.com/karlch/vimiv.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a967f1ff8bfa..0d4d3ac9770a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname='vimiv-git'
pkgrel=1
-pkgver=r46.720b6c4
+pkgver=r57.a2640bd
pkgdesc="An image viewer with vim-like keybindings"
arch=('any')
url="https://github.com/karlch/vimiv"
license=('MIT')
depends=('python3' 'python-gobject' 'gtk3' 'python-pillow')
makedepends=('git')
-optdepends=('imagemagick: for the optimization of images')
+optdepends=('imagemagick: for the optimization of images'
+ 'jhead: for much better autorotation depending on EXIF data')
backup=('etc/vimiv/vimivrc.py')
source=("$pkgname::git+${url}.git")
md5sums=('SKIP')