lua-luadbi: fix distfiles

This commit is contained in:
Enno Boland 2018-01-16 14:11:17 +01:00
parent a19f9c4264
commit ae5b89c23a
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 3 additions and 3 deletions

View File

@ -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"