[arch-commits] Commit in fish/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Oct 15 07:46:37 UTC 2019


    Date: Tuesday, October 15, 2019 @ 07:46:36
  Author: ffy00
Revision: 516099

fix systemctl completions (3.0.2-2)

Upstream issue: https://github.com/fish-shell/fish-shell/issues/5689

Modified:
  fish/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-15 07:45:01 UTC (rev 516098)
+++ PKGBUILD	2019-10-15 07:46:36 UTC (rev 516099)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='https://fishshell.com/'
 arch=('x86_64')
@@ -17,12 +17,16 @@
             'pkgfile: command-not-found hook')
 makedepends=('doxygen')
 install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166')
-sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881')
+source=(https://github.com/fish-shell/fish-shell/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        fish-fix-systemd-version.patch::https://github.com/fish-shell/fish-shell/commit/c6ec4235136e82c709e8d7b455f7c463f9714b48.patch)
+sha256sums=('0421a3fdf5df54c14cddd4d764bc0931bbb4d37fb799205a9457c6eaba513166'
+            'b74077f1ae695ec4cd31acc8e1d4140ed2323716e1d0fac1cc2c66d06329431a')
+sha512sums=('d3a24f85d4ada891ec4f6b14733edb236ae67f34868b0c9115fa5ebae99202a747ee9aeec7c6b04702f9a608019d5964b9cdc9abc4e3edfd7aaa9335093d8881'
+            'f4762c4fc6fcff7c52a9d10aa9b32d3470e0f5cee222927e2beccd0bb7fccf27fb628b33a9db7971362c38e53c2452f5cca513495bd6227e6b140afbd186217e')
 
 prepare() {
   cd fish-shell-${pkgver}
+  patch -p1 < ../fish-fix-systemd-version.patch
   echo ${pkgver} > version
   autoreconf -fiv
 }



More information about the arch-commits mailing list