Date: Tuesday, September 3, 2019 @ 20:35:32
  Author: foxboron
Revision: 507950

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-03 20:35:24 UTC (rev 507949)
+++ PKGBUILD    2019-09-03 20:35:32 UTC (rev 507950)
@@ -1,36 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-# Contributor: Dylan Araps <dylan.ar...@gmail.com>
-
-pkgname=neofetch
-pkgver=6.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'
-  '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=('264a7689561bb498f97f10231959bdd8f7c873671bac2ffb660de9a5863b1c76')
-
-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 507949, 
neofetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-09-03 20:35:32 UTC (rev 507950)
@@ -0,0 +1,36 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+# Contributor: Dylan Araps <dylan.ar...@gmail.com>
+
+pkgname=neofetch
+pkgver=6.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=('ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637')
+
+package() {
+  cd "${pkgname}-${pkgver}/"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}

Reply via email to