[arch-commits] Commit in curl/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed Mar 27 13:43:24 UTC 2019
Date: Wednesday, March 27, 2019 @ 13:43:23
Author: eworm
Revision: 349273
upgpkg: curl 7.64.1-2
drop fish completion file for now (FS#62155)
Modified:
curl/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-27 12:50:26 UTC (rev 349272)
+++ PKGBUILD 2019-03-27 13:43:23 UTC (rev 349273)
@@ -6,7 +6,7 @@
pkgname=curl
pkgver=7.64.1
-pkgrel=1
+pkgrel=2
pkgdesc="An URL retrieval utility and library"
arch=('x86_64')
url="https://curl.haxx.se"
@@ -45,6 +45,9 @@
make DESTDIR="$pkgdir" install
make DESTDIR="$pkgdir" install -C scripts
+ # https://bugs.archlinux.org/task/62155
+ rm "$pkgdir"/usr/share/fish/completions/curl.fish
+
# license
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
}
More information about the arch-commits
mailing list