diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,31 +1,20 @@ name : antibody -version : 4.0.1 -release : 2 +version : 4.1.0 +release : 3 source : - - https://github.com/getantibody/antibody/archive/v4.0.1.tar.gz : 644a2217c444731f4a438a2ca2bb3e3179c13934139bc14abb5ddbd65a08b20a + - https://github.com/getantibody/antibody/archive/v4.1.0.tar.gz : aac40071846c09febccac3e540ce4cd3855868972bcea6a9aa903ab8bfa5ff4d license : MIT component : system.utils summary : A fast zsh plugin manager description: | Antibody is a shell plugin manager made from the ground up thinking about performance. -extract : no networking : yes builddeps : - - dep - git - golang -environment: | - antibody_path=$(go env GOPATH)/src/github.com/getantibody/antibody -setup : | - mkdir -p $antibody_path - tar xf $sources/v${version}.tar.gz -C $antibody_path --strip-components 1 - cd $antibody_path - dep ensure -vendor-only build : | - cd $antibody_path - %make build + %make install : | - install -Dm00755 $antibody_path/antibody $installdir/usr/bin/antibody + install -Dm00755 antibody $installdir/usr/bin/antibody check : | - cd $antibody_path %make test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -23,12 +23,12 @@ - - 2018-11-06 - 4.0.1 + + 2018-12-22 + 4.1.0 Packaging update Fabio Forni livingsilver94.solus@tuta.io \ No newline at end of file