lutok: fix homepage and distfile
This commit is contained in:
parent
985b30b132
commit
19b768890c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lutok'
|
||||
pkgname=lutok
|
||||
version=0.4
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-doxygen"
|
||||
hostmakedepends="pkg-config doxygen"
|
||||
|
@ -9,8 +9,8 @@ makedepends="lua-devel"
|
|||
short_desc="Lightweight C++ API for Lua"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://code.google.com/p/lutok"
|
||||
distfiles="https://lutok.googlecode.com/files/lutok-$version.tar.gz"
|
||||
homepage="https://github.com/jmmv/lutok"
|
||||
distfiles="${homepage}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5
|
||||
|
||||
lutok-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue