Rebuild due to https://www.archlinux.org/news/c-abi-change/ and docker workaround removed.

This commit is contained in:
SanskritFritz
2015-12-14 23:09:13 +01:00
parent 814de1678c
commit a2c6ffc46d
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
pkgname=fish-git
_gitname="fish-shell"
pkgver=2.2.0.r278.ge70ed96
pkgver=2.2.0.r459.gf045d9b
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
@@ -40,6 +40,4 @@ build() {
package() {
cd "$srcdir/$_gitname"
make DESTDIR="$pkgdir" install
# Workaround for file conflict:
rm "$pkgdir/usr/share/fish/completions/docker.fish"
}