summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2016-07-01 23:30:19 +0200
committerspider-mario2016-07-01 23:30:19 +0200
commit9b98c1adae0b93d0033c88d8793a335cdfcf7dc2 (patch)
tree1b1ad44c9a02b5564c5e590dc334607172b5f2f7
parent28200ad2678e80afdea3f778a9a9af0fdca44ae4 (diff)
downloadaur-9b98c1adae0b93d0033c88d8793a335cdfcf7dc2.tar.gz
Drop nano files (they are now included with nano)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b34b9412d2..e6b2a9e31db9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 23:21:31 UTC 2016
+# Fri Jul 1 21:30:11 UTC 2016
pkgbase = rust-git
pkgdesc = A safe, concurrent, practical language from Mozilla.
pkgver = 1.0.0.beta.2833.gb850046
- pkgrel = 1
+ pkgrel = 2
epoch = 3
url = http://www.rust-lang.org/
arch = i686
@@ -26,7 +26,6 @@ pkgbase = rust-git
source = git+https://github.com/rust-lang/rust-installer.git
source = git+https://github.com/rust-lang/rust.vim.git
source = git+https://github.com/rust-lang/rust-mode.git
- source = git+https://github.com/rust-lang/nano-config.git
source = git+https://github.com/rust-lang/zsh-config.git
sha512sums = SKIP
sha512sums = SKIP
@@ -38,7 +37,6 @@ pkgbase = rust-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = SKIP
pkgname = rust-git
install = rust.install
diff --git a/PKGBUILD b/PKGBUILD
index 230982945837..34bbea21d8fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('rust-git' 'rust-doc-git')
pkgver=1.0.0.beta.2833.gb850046
epoch=3
-pkgrel=1
+pkgrel=2
pkgdesc="A safe, concurrent, practical language from Mozilla."
arch=('i686' 'x86_64')
url="http://www.rust-lang.org/"
@@ -22,7 +22,6 @@ source=("git+https://github.com/rust-lang/rust.git"
"git+https://github.com/rust-lang/rust.vim.git"
"git+https://github.com/rust-lang/rust-mode.git"
- "git+https://github.com/rust-lang/nano-config.git"
"git+https://github.com/rust-lang/zsh-config.git")
_noclone=(compiler-rt jemalloc libc llvm hoedown rust-installer)
sha512sums=('SKIP'
@@ -34,7 +33,6 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
pkgver() {
@@ -89,9 +87,6 @@ package_rust-git() {
install --directory "$pkgdir"/usr/share/zsh/functions/Completion/Zsh/
cp -a "$srcdir"/zsh-config/_* "$pkgdir"/usr/share/zsh/functions/Completion/Zsh/
- install --directory "$pkgdir"/usr/share/nano/
- cp -a "$srcdir"/nano-config/*.nanorc "$pkgdir"/usr/share/nano/
-
cd "$srcdir"/rust-mode
emacs --eval '(byte-recompile-directory "." 0)' --quick --batch 2> /dev/null || true
install --directory "$pkgdir"/usr/share/emacs/site-lisp/