FrankenWM: fix distfiles

This commit is contained in:
Ypnose 2015-07-16 19:25:58 +02:00
parent 9c666200da
commit 7122361a75

View file

@ -2,7 +2,7 @@
pkgname=frankenwm pkgname=frankenwm
_pkgname=FrankenWM _pkgname=FrankenWM
version=1.0.4 version=1.0.4
revision=1 revision=2
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel" makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel"
build_style=gnu-makefile build_style=gnu-makefile
@ -11,7 +11,7 @@ short_desc="XCB dynamic tiling WM"
maintainer="Ypnose <ypnoseATvoidlinuxDOTeu>" maintainer="Ypnose <ypnoseATvoidlinuxDOTeu>"
license="MIT" license="MIT"
homepage="https://github.com/sulami/${_pkgname}" homepage="https://github.com/sulami/${_pkgname}"
distfiles="https://github.com/sulami/${_pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/sulami/${_pkgname}/archive/v${version}.tar.gz"
checksum="cdf0c91df489d71209e484b7a2eb109f539c54e875afe7421733bf4320ae7167" checksum="cdf0c91df489d71209e484b7a2eb109f539c54e875afe7421733bf4320ae7167"
replaces="frankenwm-git>=0" replaces="frankenwm-git>=0"
wrksrc="${_pkgname}-${version}" wrksrc="${_pkgname}-${version}"