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

Felix Yan felixonmars at archlinux.org
Thu Mar 16 14:49:47 UTC 2017


    Date: Thursday, March 16, 2017 @ 14:49:47
  Author: felixonmars
Revision: 216729

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-16 14:49:27 UTC (rev 216728)
+++ PKGBUILD	2017-03-16 14:49:47 UTC (rev 216729)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=screenfetch
-pkgver=3.7.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')
-optdepends=('scrot: To take screenshot')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/KittyKatt/screenFetch/archive/$pkgver.tar.gz")
-md5sums=('f58cdda5c7d55f703893b9a80cef12cf')
-
-package() {
-	cd 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 216728, screenfetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-16 14:49:47 UTC (rev 216729)
@@ -0,0 +1,22 @@
+# $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"
+}



More information about the arch-commits mailing list