screenFetch: fix typo in patch.

This commit is contained in:
Steve Prybylski 2015-12-31 04:13:07 -05:00
parent 62e824b651
commit c4c2215bf2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
distro="Viperr"
distro_codename=null
;;
+ "Void"|"Void Linux")
+ "Void"|"VoidLinux")
+ distro="Void Linux"
+ distro_codename=""
+ distro_release=""

View file

@ -1,7 +1,7 @@
# Template file for 'screenFetch'
pkgname=screenFetch
version=3.7.0
revision=4
revision=5
noarch=yes
depends="bash xdpyinfo"
short_desc="Bash screenshot information tool"