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

Felix Yan felixonmars at archlinux.org
Sun Nov 17 16:39:28 UTC 2019


    Date: Sunday, November 17, 2019 @ 16:39:27
  Author: felixonmars
Revision: 530049

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-17 16:39:12 UTC (rev 530048)
+++ PKGBUILD	2019-11-17 16:39:27 UTC (rev 530049)
@@ -1,21 +0,0 @@
-# Maintainer:
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=screenfetch
-pkgver=3.9.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' 'bc' '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"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 530048, screenfetch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-17 16:39:27 UTC (rev 530049)
@@ -0,0 +1,21 @@
+# Maintainer:
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=screenfetch
+pkgver=3.9.1
+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' 'bc' '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