[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Mar 8 11:15:37 UTC 2020
Date: Sunday, March 8, 2020 @ 11:15:36
Author: foxboron
Revision: 591820
archrelease: copy trunk to community-any
Added:
neofetch/repos/community-any/PKGBUILD
(from rev 591819, neofetch/trunk/PKGBUILD)
Deleted:
neofetch/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 11:15:28 UTC (rev 591819)
+++ PKGBUILD 2020-03-08 11:15:36 UTC (rev 591820)
@@ -1,36 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Dylan Araps <dylan.araps at 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"
-}
Copied: neofetch/repos/community-any/PKGBUILD (from rev 591819, neofetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 11:15:36 UTC (rev 591820)
@@ -0,0 +1,36 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Dylan Araps <dylan.araps at gmail.com>
+
+pkgname=neofetch
+pkgver=7.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=('8c6bd217cf6d34fc1f3dcbb0e8b1137655bc13fbb21165273dbb2a7bce0d3130')
+
+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