mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
screenFetch: fix typo in patch.
This commit is contained in:
parent
62e824b651
commit
c4c2215bf2
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue