screenFetch: fix typo in patch.
This commit is contained in:
parent
62e824b651
commit
c4c2215bf2
|
@ -4,7 +4,7 @@
|
||||||
distro="Viperr"
|
distro="Viperr"
|
||||||
distro_codename=null
|
distro_codename=null
|
||||||
;;
|
;;
|
||||||
+ "Void"|"Void Linux")
|
+ "Void"|"VoidLinux")
|
||||||
+ distro="Void Linux"
|
+ distro="Void Linux"
|
||||||
+ distro_codename=""
|
+ distro_codename=""
|
||||||
+ distro_release=""
|
+ distro_release=""
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'screenFetch'
|
# Template file for 'screenFetch'
|
||||||
pkgname=screenFetch
|
pkgname=screenFetch
|
||||||
version=3.7.0
|
version=3.7.0
|
||||||
revision=4
|
revision=5
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="bash xdpyinfo"
|
depends="bash xdpyinfo"
|
||||||
short_desc="Bash screenshot information tool"
|
short_desc="Bash screenshot information tool"
|
||||||
|
|
Loading…
Reference in New Issue