[arch-commits] Commit in screenfetch/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Aug 12 09:08:37 UTC 2014


    Date: Tuesday, August 12, 2014 @ 11:08:37
  Author: bgyorgy
Revision: 117251

upgpkg: screenfetch 3.6.0-1

Update to version 3.6.0

Modified:
  screenfetch/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-12 08:52:58 UTC (rev 117250)
+++ PKGBUILD	2014-08-12 09:08:37 UTC (rev 117251)
@@ -1,20 +1,21 @@
 # $Id$
-# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
 
 pkgname=screenfetch
-pkgver=3.2.2
+_pkgname=screenFetch
+pkgver=3.6.0
 pkgrel=1
-pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+pkgdesc="CLI Bash script to show system/theme info in screenshots"
 arch=('any')
-url="http://git.silverirc.com/cgit.cgi/screenfetch.git/"
+url="https://github.com/KittyKatt/screenFetch"
 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=('de7d68a53559bf1ae5ca17da656501d6')
+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=('e834796edc649d89eb8746af45f48f76')
 
 package() {
-	cd "$srcdir/$pkgname-$pkgver"
-	install -d "$pkgdir/usr/bin"
+	cd "$srcdir/$_pkgname-$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