community/lua-fifo: lua-busted w/o version suffix is actually needed

This commit is contained in:
Jakub Jirutka 2017-11-17 18:05:40 +01:00
parent 6de63eea13
commit c0270dd35d

View File

@ -9,7 +9,7 @@ pkgdesc="FIFO library for Lua"
url="https://github.com/daurnimator/fifo.lua" url="https://github.com/daurnimator/fifo.lua"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
checkdepends="" checkdepends="lua-busted"
subpackages="" subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$_pkgname/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/daurnimator/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver" builddir="$srcdir/$_pkgname-$pkgver"