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

Morten Linderud foxboron at archlinux.org
Tue Jun 19 17:02:42 UTC 2018


    Date: Tuesday, June 19, 2018 @ 17:02:41
  Author: foxboron
Revision: 344113

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-19 17:02:35 UTC (rev 344112)
+++ PKGBUILD	2018-06-19 17:02:41 UTC (rev 344113)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Dylan Araps <dylan.araps at gmail.com>
-
-pkgname=neofetch
-pkgver=4.0.2
-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=(
-  'feh: Wallpaper Display'
-  'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'
-  'nitrogen: Wallpaper Display'
-  'w3m: Display Images'
-  'catimg: Display Images'
-  'jp2a: Display Images'
-  'libcaca: 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=('3cd4db97d732dd91424b357166d38edccec236c21612b392318b48a3ffa29004')
-
-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 344112, neofetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-19 17:02:41 UTC (rev 344113)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Dylan Araps <dylan.araps at gmail.com>
+
+pkgname=neofetch
+pkgver=5.0.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'
+  '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=('2a4f4853bf83b88a037994dbc53a90c8bd5708f5eeb3392f56d4e49c49d995b3')
+
+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