Rebuild due to https://www.archlinux.org/news/c-abi-change/ and docker workaround removed.
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -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
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -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"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user