aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-busted/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-busted/APKBUILD')
-rw-r--r--community/lua-busted/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/lua-busted/APKBUILD b/community/lua-busted/APKBUILD
index e757ef3dc4..094fcfd2e5 100644
--- a/community/lua-busted/APKBUILD
+++ b/community/lua-busted/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=lua-busted
_pkgname=busted
-pkgver=2.0_rc12
-_pkgver=${pkgver/_/.}-1
-pkgrel=4
+pkgver=2.0_rc13
+_pkgver=${pkgver/_/.}-0
+pkgrel=0
pkgdesc="Elegant Lua unit testing"
url="https://olivinelabs.com/busted/"
arch="noarch"
@@ -15,7 +15,6 @@ depends="lua-cliargs lua-filesystem lua-system lua-cjson lua-say
checkdepends=""
subpackages=""
source="$pkgname-$pkgver.tar.gz::https://github.com/Olivine-Labs/$_pkgname/archive/v$_pkgver.tar.gz
- fix-tests.patch
use-cjson.patch"
builddir="$srcdir/$_pkgname-$_pkgver"
# tests fail on x86_64 because cl_standalone.lua output is different, i don't know why --kaniini
@@ -87,6 +86,5 @@ _subpackage() {
install -m 755 -D bin/busted-$lver "$subpkgdir"/usr/bin/busted-$lver
}
-sha512sums="0cb1f6a66110514dc3675b2e667cca676e6672e895b57ffba438e89a1e0a7f4f8f941cab54ead905758987be15e9885e1eeb82baabc9d18bf29ea56b832b89b1 lua-busted-2.0_rc12.tar.gz
-c4ec5de43d76da18a7c723744d2930fc78224fe151fd80c141dbb08dce9f10ee94335684a794ad35c902285f40234899e0b12d1995825cb3d250c29ed82bdeec fix-tests.patch
+sha512sums="ac6d6c96c6782184cf79cbd41d213974aa6bc50908fe77e1b0a874c1b82cd9a9300e05a8897489d2f5a8cb5f68ae2da24db9d10b0e0244d364f781606eb72d9f lua-busted-2.0_rc13.tar.gz
6de3c1181a391956f6ea01994960a5de3292a377be1949556eb6cd11986267e3da707decef1838f42f0236af4b25ce4ce09217abe976caa0110840b69efcab43 use-cjson.patch"