diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : cargo
version : 0.32.0
-release : 16
+release : 17
source :
- - https://static.rust-lang.org/dist/rustc-1.31.0-src.tar.gz : 9ad54dc0baf1db5fc6a79d54e71c439c82aff85cd96778978456f2958211ef06
+ - https://static.rust-lang.org/dist/rustc-1.32.0-src.tar.gz : 4c594c7712a0e7e8eae6526c464bf6ea1d82f77b4f61717c3fc28fb27ba2224a
license :
- Apache-2.0
- MIT
@@ -34,4 +34,4 @@
install -Dm00644 src/etc/_cargo $installdir/usr/share/zsh/site-functions/_cargo
install -Dm00644 src/etc/man/cargo*.1 -t $installdir/usr/share/man/man1
install -dm00755 $installdir/usr/share/doc/cargo/html
- mdbook build --dest-dir $installdir/usr/share/doc/cargo/html src/doc
\ No newline at end of file
+ mdbook build --dest-dir $installdir/usr/share/doc/cargo/html src/doc
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -34,6 +34,7 @@
/usr/share/doc/cargo/html/FontAwesome/fonts/fontawesome-webfont.ttf
/usr/share/doc/cargo/html/FontAwesome/fonts/fontawesome-webfont.woff
/usr/share/doc/cargo/html/FontAwesome/fonts/fontawesome-webfont.woff2
+ /usr/share/doc/cargo/html/appendix/glossary.html
/usr/share/doc/cargo/html/ayu-highlight.css
/usr/share/doc/cargo/html/book.js
/usr/share/doc/cargo/html/clipboard.min.js
@@ -110,8 +111,8 @@
-
- 2018-12-07
+
+ 2019-01-21
0.32.0
Packaging update
F. von Gellhorn