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

Eric Bélanger eric at archlinux.org
Sun Oct 5 02:18:00 UTC 2014


    Date: Sunday, October 5, 2014 @ 04:18:00
  Author: eric
Revision: 120142

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-05 02:13:40 UTC (rev 120141)
+++ PKGBUILD	2014-10-05 02:18:00 UTC (rev 120142)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=screenfetch
-pkgver=3.6.5
-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')
-optdepends=('scrot: To take screenshot')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/v$pkgver.tar.gz")
-md5sums=('562ae735dd3dd41f20c74a9047cdf05f')
-
-package() {
-	cd "$srcdir/screenFetch-$pkgver"
-	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 120141, screenfetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-05 02:18:00 UTC (rev 120142)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=screenfetch
+pkgver=3.6.5
+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')
+optdepends=('scrot: To take screenshot')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/v$pkgver.tar.gz")
+md5sums=('562ae735dd3dd41f20c74a9047cdf05f')
+
+package() {
+	cd "$srcdir/screenFetch-$pkgver"
+	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