Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11052664
D4282.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D4282.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : antibody
-version : 3.6.1
-release : 1
+version : 4.0.1
+release : 2
source :
- - https://github.com/getantibody/antibody/archive/v3.6.1.tar.gz : 5971c251c43375ea5de9334cdbb1e4a1da500e03ecd63372c1c11f68f0364fe2
+ - https://github.com/getantibody/antibody/archive/v4.0.1.tar.gz : 644a2217c444731f4a438a2ca2bb3e3179c13934139bc14abb5ddbd65a08b20a
license : MIT
component : system.utils
summary : A fast zsh plugin manager
@@ -14,17 +14,18 @@
- dep
- git
- golang
+environment: |
+ antibody_path=$(go env GOPATH)/src/github.com/getantibody/antibody
setup : |
- mkdir -p $(go env GOPATH)/src/github.com/getantibody/antibody
- tar xf $sources/v${version}.tar.gz -C $(go env GOPATH)/src/github.com/getantibody/antibody --strip-components 1
- cd $(go env GOPATH)/src/github.com/getantibody/antibody
+ 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 $(go env GOPATH)/src/github.com/getantibody/antibody
+ cd $antibody_path
%make build
install : |
- cd $(go env GOPATH)/src/github.com/getantibody/antibody
- install -Dm00755 ./antibody $installdir/usr/bin/antibody
+ install -Dm00755 $antibody_path/antibody $installdir/usr/bin/antibody
check : |
- cd $(go env GOPATH)/src/github.com/getantibody/antibody
+ 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 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2018-08-05</Date>
- <Version>3.6.1</Version>
+ <Update release="2">
+ <Date>2018-11-06</Date>
+ <Version>4.0.1</Version>
<Comment>Packaging update</Comment>
<Name>Fabio Forni</Name>
<Email>livingsilver94.solus@tuta.io</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 9:42 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815698
Default Alt Text
D4282.diff (2 KB)
Attached To
Mode
D4282: Update antibody to 4.0.1
Attached
Detach File
Event Timeline
Log In to Comment