lua-luadbi: fix distfiles
This commit is contained in:
parent
a19f9c4264
commit
ae5b89c23a
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'lua-luadbi'
|
||||
pkgname=lua-luadbi
|
||||
version=0.5
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="lua-devel lua51-devel lua52-devel sqlite-devel postgresql-libs-devel libmysqlclient-devel"
|
||||
_desc="Lua database interface library"
|
||||
short_desc="${_desc} - Lua 5.3"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="MIT"
|
||||
homepage="http://luadbi.googlecode.com/"
|
||||
distfiles="${homepage}files/luadbi.$version.tar.gz"
|
||||
homepage="https://code.google.com/archive/p/luadbi/"
|
||||
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luadbi/luadbi.$version.tar.gz"
|
||||
wrksrc="${pkgname#lua-}-${version}"
|
||||
checksum=49116458dd80052536bf5d7e2b2a1f5a0fa42a671ce77f1cb7355ef7faeb331e
|
||||
create_wrksrc="yes"
|
||||
|
|
Loading…
Reference in New Issue