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

@@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Mon Dec 14 22:08:01 UTC 2015
pkgbase = fish-git pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use. pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 2.2.0.r278.ge70ed96 pkgver = 2.2.0.r459.gf045d9b
pkgrel = 1 pkgrel = 1
epoch = 2 epoch = 2
url = http://fishshell.com url = http://fishshell.com

View File

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