[arch-commits] Commit in screenfetch/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sat May 25 11:25:33 UTC 2013
Date: Saturday, May 25, 2013 @ 13:25:33
Author: bpiotrowski
Revision: 91604
upgpkg: screenfetch 2.9.0-1
- upstream release
Modified:
screenfetch/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-25 11:22:11 UTC (rev 91603)
+++ PKGBUILD 2013-05-25 11:25:33 UTC (rev 91604)
@@ -2,17 +2,16 @@
# Maintainer: Federico Cinelli <cinelli at aur.archlinux.org>
pkgname=screenfetch
-pkgver=2.7.7
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
pkgdesc="a CLI Bash script to show system/theme info in screenshots"
arch=('any')
url="http://git.silverirc.com/cgit.cgi/screenfetch.git/"
license=('GPL')
-depends=('bash')
-optdepends=('scrot: Screenshot support'
- 'xorg-xdpyinfo: Display information for X')
+depends=('bash' 'xorg-xdpyinfo')
+optdepends=('scrot: Screenshot support')
source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2")
-md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+md5sums=('1d4b6c19b316581ccef56496120e8d07')
package() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list