[arch-commits] Commit in fish/repos/community-x86_64 (4 files)

Levente Polyak anthraxx at archlinux.org
Sun Jan 14 23:26:32 UTC 2018


    Date: Sunday, January 14, 2018 @ 23:26:31
  Author: anthraxx
Revision: 282276

archrelease: copy trunk to community-x86_64

Added:
  fish/repos/community-x86_64/PKGBUILD
    (from rev 282275, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
    (from rev 282275, fish/trunk/fish.install)
Deleted:
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

--------------+
 PKGBUILD     |   80 ++++++++++++++++++++++++++++-----------------------------
 fish.install |   26 +++++++++---------
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-14 23:26:21 UTC (rev 282275)
+++ PKGBUILD	2018-01-14 23:26:31 UTC (rev 282276)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan Fader <jan.fader at web.de>
-
-pkgname=fish
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('c2006dec05e0398c88a5d627017243e8bffefa0e48415b1242487f211f3948ba9fdd849502630f0f02823ad5263358d14588b8dc812947a21f22ed6fe3542d93')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoreconf -fiv
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
-    --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: fish/repos/community-x86_64/PKGBUILD (from rev 282275, fish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-14 23:26:31 UTC (rev 282276)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan Fader <jan.fader at web.de>
+
+pkgname=fish
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='https://fishshell.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('53eb8082812f28386b491ea18caa4a51ac66ead87fa78d5584275c66f1335b8705fad266170dc2ed6ee9e5d1febcdf0869c37ed2f95b58c10a74faf4ad95e610')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoreconf -fiv
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fish.install
===================================================================
--- fish.install	2018-01-14 23:26:21 UTC (rev 282275)
+++ fish.install	2018-01-14 23:26:31 UTC (rev 282276)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-x86_64/fish.install (from rev 282275, fish/trunk/fish.install)
===================================================================
--- fish.install	                        (rev 0)
+++ fish.install	2018-01-14 23:26:31 UTC (rev 282276)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -ri '\|^/usr/bin/fish$|d' etc/shells
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list