conky-cli: fix download location
This commit is contained in:
parent
8dd4bdb7d0
commit
da0394d45d
|
@ -17,7 +17,7 @@ short_desc="Conky command line without X11"
|
|||
maintainer="Ypnose <linuxien@legtuxDOTorg>"
|
||||
license="BSD, GPL-3"
|
||||
homepage="http://conky.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname/-cli/}/${pkgname/-cli/}-${version}.tar.gz"
|
||||
distfiles="https://github.com/brndnmtthws/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=f392f3f91fcc37f04ff65d53957512e4d81b7b9b36394acb5ecaefe92623f8eb
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in New Issue