[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Fri Oct 2 15:08:40 UTC 2020


    Date: Friday, October 2, 2020 @ 15:08:39
  Author: foxboron
Revision: 715495

archrelease: copy trunk to community-any

Added:
  neofetch/repos/community-any/PKGBUILD
    (from rev 715494, neofetch/trunk/PKGBUILD)
Deleted:
  neofetch/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 15:08:32 UTC (rev 715494)
+++ PKGBUILD	2020-10-02 15:08:39 UTC (rev 715495)
@@ -1,36 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Dylan Araps <dylan.araps at gmail.com>
-
-pkgname=neofetch
-pkgver=7.1.0
-pkgrel=1
-pkgdesc="A CLI system information tool written in BASH that supports displaying images."
-arch=('any')
-url="https://github.com/dylanaraps/neofetch"
-license=('MIT')
-depends=('bash')
-backup=('etc/neofetch/config.conf')
-optdepends=(
-  'catimg: Display Images'
-  'chafa: Image to text support'
-  'feh: Wallpaper Display'
-  'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'
-  'jp2a: Display Images'
-  'libcaca: Display Images'
-  'nitrogen: Wallpaper Display'
-  'pacman-contrib: Display package count'
-  'w3m: Display Images'
-  'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
-  'xorg-xdpyinfo: Resolution detection (Single Monitor)'
-  'xorg-xprop: Desktop Environment and Window Manager'
-  'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
-  'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz")
-sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7')
-
-package() {
-  cd "${pkgname}-${pkgver}/"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: neofetch/repos/community-any/PKGBUILD (from rev 715494, neofetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-02 15:08:39 UTC (rev 715495)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Dylan Araps <dylan.araps at gmail.com>
+
+pkgname=neofetch
+pkgver=7.1.0
+pkgrel=2
+pkgdesc="A CLI system information tool written in BASH that supports displaying images."
+arch=('any')
+url="https://github.com/dylanaraps/neofetch"
+license=('MIT')
+depends=('bash')
+backup=('etc/neofetch/config.conf')
+optdepends=(
+  'catimg: Display Images'
+  'chafa: Image to text support'
+  'feh: Wallpaper Display'
+  'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'
+  'jp2a: Display Images'
+  'libcaca: Display Images'
+  'nitrogen: Wallpaper Display'
+  'w3m: Display Images'
+  'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
+  'xorg-xdpyinfo: Resolution detection (Single Monitor)'
+  'xorg-xprop: Desktop Environment and Window Manager'
+  'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
+  'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz")
+sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7')
+
+package() {
+  cd "${pkgname}-${pkgver}/"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}



More information about the arch-commits mailing list