summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarlch2016-07-12 14:42:39 +0200
committerkarlch2016-07-12 14:42:39 +0200
commit9116db31bafc8a56a1013608ddb92e68cceb73b2 (patch)
treedac3dca2db07a62f470125261428b732601282f8
parent58e2f4cc85cc057d5ca2e4cbfc80d65b84692ee6 (diff)
downloadaur-9116db31bafc8a56a1013608ddb92e68cceb73b2.tar.gz
Update after merge of code_revolution
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6616da2e53..e57cc4ffbfc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 10:22:38 UTC 2016
+# Tue Jul 12 12:42:09 UTC 2016
pkgbase = vimiv-git
pkgdesc = An image viewer with vim-like keybindings
- pkgver = r69.58d15aa
+ pkgver = r122.d4c4aeb
pkgrel = 1
url = https://github.com/karlch/vimiv
arch = any
license = MIT
makedepends = git
+ makedepends = python-setuptools
depends = python3
depends = python-gobject
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 91fb9003f78a..71e3df1ecea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='vimiv-git'
pkgrel=1
-pkgver=r69.58d15aa
+pkgver=r122.d4c4aeb
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')
+makedepends=('git' 'python-setuptools')
optdepends=('imagemagick: for the optimization of images'
'jhead: for much better autorotation depending on EXIF data')
conflicts=('vimiv')
@@ -27,8 +27,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-
-post_upgrade() {
- printf "The new version comes with two new configuration files. The old \
-file vimivrc.py can be removed. See vimivrc(5) for more information.\n"
-}