Ver código fonte

upgrading package: fzf 0.16.7 -> 0.16.8

Ralf S. Engelschall 8 anos atrás
pai
commit
efcb092be7
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      fzf/fzf.spec

+ 5 - 5
fzf/fzf.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package information
-%define       V_fzf_base  0.16.7
-%define       V_fzf_snap  20170430
+%define       V_fzf_base  0.16.8
+%define       V_fzf_snap  20170605
 
 #   package information
 Name:         fzf
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Filesystem
 License:      MIT
 Version:      %{V_fzf_base}
-Release:      20170430
+Release:      20170605
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/fzf/fzf-%{V_fzf_snap}.tar.xz
@@ -61,8 +61,8 @@ PreReq:       OpenPKG, openpkg >= 20160101, rsync
 %build
     #   build program
     (   export GOPATH=`pwd`
-        cd $GOPATH/src/github.com/junegunn/fzf/src/fzf
-        go build -x -o ../../bin/fzf main.go
+        cd $GOPATH/src/github.com/junegunn/fzf
+        go build -x -o bin/fzf main.go
     ) || exit $?
 
 %install