summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXabre2018-05-06 21:10:19 +0200
committerXabre2018-05-06 21:10:19 +0200
commit2cec6813a47271b339076353bf3e19a38f8c8f29 (patch)
treeb80c4bf1db448c7fa2a7bb6933d36f25bd4d7d54
parent0267d0eae2854d6c0a3340f8c8b99b8990b86eed (diff)
downloadaur-2cec6813a47271b339076353bf3e19a38f8c8f29.tar.gz
lua51-lcf 5.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7eb47a5b4a5..896b68f868fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lua51-lcf
pkgdesc = Lua code formatter (for Lua 5.1)
pkgver = 5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/martin-eden/lua_code_formatter
arch = i686
arch = x86_64
license = GPL
makedepends = luarocks5.1
depends = lua51
- source = https://luarocks.org/lcf-5.1-1.src.rock
- sha256sums = 45c23113d84f2e76a0b04f000d708dd91da0d0b7de55066bfa77183a4d1baab9
+ source = https://luarocks.org/lcf-5.1-2.src.rock
+ sha256sums = 318af3a5783c696e91ee2e7377b54e16651965ac93b0b71435a9fc7957428cd3
pkgname = lua51-lcf
diff --git a/PKGBUILD b/PKGBUILD
index fdcf9fb118ca..a480c91f102d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=lua51-lcf
pkgver=5.1
_rockname=lcf
-_rockrel=1
-pkgrel=1
+_rockrel=2
+pkgrel=2
pkgdesc="Lua code formatter (for Lua 5.1)"
arch=('i686' 'x86_64')
url="https://github.com/martin-eden/lua_code_formatter"
@@ -13,7 +13,7 @@ depends=('lua51')
makedepends=('luarocks5.1')
conflicts=()
source=("https://luarocks.org/${_rockname}-${pkgver}-${_rockrel}.src.rock")
-sha256sums=('45c23113d84f2e76a0b04f000d708dd91da0d0b7de55066bfa77183a4d1baab9')
+sha256sums=('318af3a5783c696e91ee2e7377b54e16651965ac93b0b71435a9fc7957428cd3')
package() {
luarocks-5.1 --tree="$pkgdir/usr" install --deps-mode=none "${_rockname}-${pkgver}-${_rockrel}.src.rock"