summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarlch2017-01-13 11:25:36 +0100
committerkarlch2017-01-13 11:25:36 +0100
commitb39107b8d14261895eb7d5447dcf862e78be47ea (patch)
tree0019aa0da70b2a4c2217b8c65fa53f08908b8b10
parent2973c5a6731b1949717856aebc420ed1c2746477 (diff)
downloadaur-b39107b8d14261895eb7d5447dcf862e78be47ea.tar.gz
Update PKGBUILD for v0.8
Remove install file as everyone should have updated by now.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--vimiv-git.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee0fcac1bec6..124b44954a78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Dec 28 15:05:45 UTC 2016
+# Fri Jan 13 10:25:28 UTC 2017
pkgbase = vimiv-git
pkgdesc = An image viewer with vim-like keybindings
- pkgver = r496.969436e
+ pkgver = r594.a4c302c
pkgrel = 1
url = https://github.com/karlch/vimiv
- install = vimiv-git.install
arch = any
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index e8b599836491..12e6d6c85b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
pkgname='vimiv-git'
pkgrel=1
-pkgver=r496.969436e
+pkgver=r594.a4c302c
pkgdesc="An image viewer with vim-like keybindings"
-install="vimiv-git.install"
arch=('any')
url="https://github.com/karlch/vimiv"
license=('MIT')
diff --git a/vimiv-git.install b/vimiv-git.install
deleted file mode 100644
index 8259e6d19369..000000000000
--- a/vimiv-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
- printf "
-There were backwards incompatible changes concerning command names. If you
-maintain your own keys.conf, it is almost certainly broken. Please refer to the
-changelog at http://karlch.github.io/vimiv/changelog/ or the default keys.conf
-to fix it.\n\n"
-}
-
-post_install() {
- post_upgrade
-}