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

Felix Yan felixonmars at archlinux.org
Thu Sep 15 15:04:02 UTC 2016


    Date: Thursday, September 15, 2016 @ 15:04:01
  Author: felixonmars
Revision: 189339

Update source

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-15 11:42:51 UTC (rev 189338)
+++ PKGBUILD	2016-09-15 15:04:01 UTC (rev 189339)
@@ -10,12 +10,13 @@
 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')
+makedepends=('git')
+optdepends=('scrot: to take screenshot')
+source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
+md5sums=('SKIP')
 
 package() {
-	cd screenFetch-$pkgver
+	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