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

Felix Yan felixonmars at archlinux.org
Fri Mar 17 03:48:09 UTC 2017


    Date: Friday, March 17, 2017 @ 03:48:08
  Author: felixonmars
Revision: 216857

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
    (from rev 216856, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-17 03:47:52 UTC (rev 216856)
+++ PKGBUILD	2017-03-17 03:48:08 UTC (rev 216857)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=screenfetch
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="CLI Bash script to show system/theme info in screenshots"
-arch=('any')
-url="https://github.com/KittyKatt/screenFetch"
-license=('GPL')
-depends=('bash' 'xorg-xdpyinfo' 'xorg-xprop')
-makedepends=('git')
-optdepends=('scrot: to take screenshot')
-source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-	cd screenFetch
-	install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
-	install -Dm644 "screenfetch.1" "$pkgdir/usr/share/man/man1/screenfetch.1"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 216856, screenfetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-17 03:48:08 UTC (rev 216857)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=screenfetch
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="https://github.com/KittyKatt/screenFetch"
+license=('GPL')
+depends=('bash' 'bc' 'xorg-xdpyinfo' 'xorg-xprop')
+makedepends=('git')
+optdepends=('scrot: to take screenshot')
+source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+	cd screenFetch
+	install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+	install -Dm644 "screenfetch.1" "$pkgdir/usr/share/man/man1/screenfetch.1"
+}



More information about the arch-commits mailing list