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

Felix Yan felixonmars at archlinux.org
Fri Mar 17 03:47:53 UTC 2017


    Date: Friday, March 17, 2017 @ 03:47:52
  Author: felixonmars
Revision: 216856

upgpkg: screenfetch 3.8.0-2

fix dependency (FS#53340)

Modified:
  screenfetch/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-17 01:35:12 UTC (rev 216855)
+++ PKGBUILD	2017-03-17 03:47:52 UTC (rev 216856)
@@ -4,12 +4,12 @@
 
 pkgname=screenfetch
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 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')
+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")



More information about the arch-commits mailing list