neofetch: bump to 3.4.0.

This commit is contained in:
fbrosson
2018-04-21 16:01:40 +00:00
parent 1668645142
commit e26c6c1b8a

View File

@@ -6,9 +6,9 @@ running, what Theme/Icons you're using etc"
HOMEPAGE="https://github.com/dylanaraps/neofetch"
COPYRIGHT="2016-2017 Dylan Araps"
LICENSE="MIT"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/dylanaraps/$portName/archive/$portVersion/$portVersionedName.tar.gz"
CHECKSUM_SHA256="4808e76bd81da3602cb5be7e01dfed8223b1109e2792755dd0d54126014ee696"
CHECKSUM_SHA256="2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3"
ARCHITECTURES="any"
@@ -19,6 +19,7 @@ PROVIDES="
REQUIRES="
haiku
cmd:bash
cmd:sed
"
BUILD_REQUIRES="
@@ -28,11 +29,12 @@ BUILD_PREREQUIRES="
cmd:make
"
GLOBAL_WRITABLE_FILES="settings/neofetch/config.conf auto-merge"
GLOBAL_WRITABLE_FILES="$relativeSettingsDir/neofetch/config.conf auto-merge"
USER_SETTINGS_FILES="
settings/neofetch directory
settings/neofetch/config.conf template data/neofetch/config.conf.default
$relativeSettingsDir/neofetch directory
$relativeSettingsDir/neofetch/config.conf \
template $relativeDataDir/neofetch/config.conf.default
"
PATCH()