summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
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"
-}