summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2019-07-29 10:05:59 +0300
committerCaleb Maclennan2019-07-29 10:05:59 +0300
commit5ace6a12345b3571e9e655f9a54419e301b5d727 (patch)
tree19c29fe8a3a45f700ea1df5d6de0fae83e858251
parentc1d9ef6e0bda4fb269f8280e4fe2b4325e8120d3 (diff)
downloadaur-5ace6a12345b3571e9e655f9a54419e301b5d727.tar.gz
Update to 2.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1914027e2c89..baabdd1dd5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-busted
pkgdesc = Elegant Lua unit testing.
- pkgver = 2.0.rc13
+ pkgver = 2.0.0
pkgrel = 1
url = http://olivinelabs.com/busted/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = lua-busted
depends = lua-term
depends = lua-penlight
depends = lua-mediator
- source = https://luarocks.org/busted-2.0.rc13-0.rockspec
- sha256sums = 05879f7ee08f764411a192402529d03f53e3d7f001cacb8cca051331c2833b43
+ source = https://luarocks.org/busted-2.0.0-1.rockspec
+ sha256sums = 7cb1d99772b5c7df08f7798ffb0e5b06c392a778f6b1ab923dc6d02e57497c31
pkgname = lua-busted
diff --git a/PKGBUILD b/PKGBUILD
index f09022965a31..f96c995f3521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=lua-busted
-pkgver=2.0.rc13
+pkgver=2.0.0
_rockname=busted
-_rockrel=0
+_rockrel=1
pkgrel=1
pkgdesc="Elegant Lua unit testing."
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ depends=('lua'
makedepends=('luarocks')
conflicts=()
source=("https://luarocks.org/$_rockname-$pkgver-$_rockrel.rockspec")
-sha256sums=('05879f7ee08f764411a192402529d03f53e3d7f001cacb8cca051331c2833b43')
+sha256sums=('7cb1d99772b5c7df08f7798ffb0e5b06c392a778f6b1ab923dc6d02e57497c31')
package() {
luarocks --tree="$pkgdir/usr" install --deps-mode=none "$_rockname-$pkgver-$_rockrel.rockspec"