summaryrefslogtreecommitdiff
path: root/vifm
diff options
context:
space:
mode:
authorAlexandr Savca <alexandr.savca89@gmail.com>2019-08-26 16:43:46 +0300
committerAlexandr Savca <alexandr.savca89@gmail.com>2019-08-26 16:43:46 +0300
commitec1746d97897cb588d3d24a83330cfd4ed111df6 (patch)
tree2300b4ae7c1b120ddfb9ed126f2185054a4b1c8e /vifm
parentd0bc8d203ab5111a470a68bb320ebbd5b73e92b9 (diff)
downloadcontrib-ec1746d97897cb588d3d24a83330cfd4ed111df6.tar.gz
contrib-ec1746d97897cb588d3d24a83330cfd4ed111df6.tar.xz
vifm: 0.9.1 -> 0.10.1
Diffstat (limited to 'vifm')
-rw-r--r--vifm/.footprint1
-rw-r--r--vifm/.signature8
-rw-r--r--vifm/Pkgfile7
3 files changed, 9 insertions, 7 deletions
diff --git a/vifm/.footprint b/vifm/.footprint
index 968a246dd..7f2706064 100644
--- a/vifm/.footprint
+++ b/vifm/.footprint
@@ -25,6 +25,7 @@ drwxr-xr-x root/root usr/share/vifm/colors/
-rw-r--r-- root/root usr/share/vifm/colors/juef-zenburn.vifm
-rw-r--r-- root/root usr/share/vifm/colors/reicheltd-light.vifm
-rw-r--r-- root/root usr/share/vifm/vifm-help.txt
+-rwxr-xr-x root/root usr/share/vifm/vifm-media
-rw-r--r-- root/root usr/share/vifm/vifmrc
-rw-r--r-- root/root usr/share/vifm/vifmrc-osx
drwxr-xr-x root/root usr/share/vifm/vim-doc/
diff --git a/vifm/.signature b/vifm/.signature
index 661edfba1..a426969a8 100644
--- a/vifm/.signature
+++ b/vifm/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37c0t/6hzFSogVZlWslN0LJzAmzNvTc0vtnLmZdngetJtbgfB8F0NrRdquuxcxgas7rDzXjRU7+ombbP47CrTQk=
-SHA256 (Pkgfile) = b1a873ec10ca7132935dc6c16ea1ddab47f4816c828da0dd9a21bfa13b35486c
-SHA256 (.footprint) = c28515729f917ee5eb9fefc1890dfe58d25806d5d002ea14a472d5ba66389c02
-SHA256 (v0.9.1.tar.gz) = f208cdcd912348df8e18214078ab2455831d05190078ab5af507bd9789ea8b04
+RWSagIOpLGJF32zY+ttmLj2FWcKjvYzP1KAbiNDcmh6BgO5PNXVnBXp6fuo+Fda3V+clCQ91ioVsQ+AHgpqixXDvtgJVMXc3Fws=
+SHA256 (Pkgfile) = 3635ec4ad659752985183fa5e2ecaf41bf8635a28f5623e0dc23c611e66f9dd3
+SHA256 (.footprint) = df5153c368276c0237405fcdf22963812f12be0f9238e87f6c7476bedc1d1e56
+SHA256 (vifm-v0.10.1.tar.gz) = f5e6add7b0c8221fc5eb5b60c7ea483a141769afea2167f1535d66785bb654ec
diff --git a/vifm/Pkgfile b/vifm/Pkgfile
index c1c66abb8..f47a837aa 100644
--- a/vifm/Pkgfile
+++ b/vifm/Pkgfile
@@ -5,9 +5,9 @@
# Optional: bash-completion
name=vifm
-version=0.9.1
-release=2
-source=(https://github.com/$name/$name/archive/v$version.tar.gz)
+version=0.10.1
+release=1
+source=(https://github.com/$name/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
@@ -23,5 +23,6 @@ build() {
rm -rf $PKG/usr/share/bash-completion
fi
+ rm -rf $PKG/usr/share/vifm/vifm-media-osx
rm -rf $PKG/usr/share/doc
}

Generated by cgit