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

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


    Date: Sunday, October 5, 2014 @ 04:13:40
  Author: eric
Revision: 120141

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-05 02:12:13 UTC (rev 120140)
+++ PKGBUILD	2014-10-05 02:13:40 UTC (rev 120141)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=screenfetch
-_pkgname=screenFetch
-pkgver=3.6.2
-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=('eff755051805fb0ad8402d3fa7ed8ceb')
-
-package() {
-	cd "$srcdir/$_pkgname-$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 120140, screenfetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-05 02:13:40 UTC (rev 120141)
@@ -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