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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat May 25 11:25:44 UTC 2013


    Date: Saturday, May 25, 2013 @ 13:25:43
  Author: bpiotrowski
Revision: 91605

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-25 11:25:33 UTC (rev 91604)
+++ PKGBUILD	2013-05-25 11:25:43 UTC (rev 91605)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=screenfetch
-pkgver=2.7.7
-pkgrel=2
-pkgdesc="a CLI Bash script to show system/theme info in screenshots"
-arch=('any')
-url="http://git.silverirc.com/cgit.cgi/screenfetch.git/"
-license=('GPL')
-depends=('bash')
-optdepends=('scrot: Screenshot support'
-	    'xorg-xdpyinfo: Display information for X')
-source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2")
-md5sums=('df5d25ab8abf42044412f6cfc37cf676')
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	install -d "$pkgdir/usr/bin"
-	install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 91604, screenfetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-25 11:25:43 UTC (rev 91605)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=screenfetch
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/"
+license=('GPL')
+depends=('bash' 'xorg-xdpyinfo')
+optdepends=('scrot: Screenshot support')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2")
+md5sums=('1d4b6c19b316581ccef56496120e8d07')
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+	install -d "$pkgdir/usr/bin"
+	install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}




More information about the arch-commits mailing list