[arch-commits] Commit in busted/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Wed Aug 24 14:45:50 UTC 2022


    Date: Wednesday, August 24, 2022 @ 14:45:50
  Author: alerque
Revision: 1276411

upgpkg: busted 2.1.1-1

Modified:
  busted/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-24 14:41:28 UTC (rev 1276410)
+++ PKGBUILD	2022-08-24 14:45:50 UTC (rev 1276411)
@@ -2,12 +2,12 @@
 
 pkgbase=busted
 pkgname=("$pkgbase" "lua-$pkgbase" "lua53-$pkgbase" "lua52-$pkgbase" "lua51-$pkgbase")
-pkgver=2.0.0
-_rockrel=0
-pkgrel=11
+pkgver=2.1.1
+_rockrel=1
+pkgrel=1
 pkgdesc='Elegant Lua unit testing'
 arch=(any)
-url="https://olivinelabs.com/$pkgbase"
+url="https://lunarmodules.github.io/$pkgbase/"
 license=(MIT)
 _luadeps=(cliargs
           dkjson
@@ -24,8 +24,8 @@
              lua53
              luarocks)
 _archive="$pkgbase-$pkgver"
-source=("$_archive.tgz::https://github.com/Olivine-Labs/$pkgbase/archive/v$pkgver.tar.gz")
-sha256sums=('fda34db8cd10142d2a88d6df638a7d0874c295fd2bd6338c745cc546dc5847df')
+source=("https://github.com/lunarmodules/$pkgbase/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('5b75200fd6e1933a2233b94b4b0b56a2884bf547d526cceb24741738c0443b47')
 
 _package() {
 	cd "$_archive"



More information about the arch-commits mailing list