summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4066e489e372..7cec9d1c6596 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jul 26 10:18:04 UTC 2018
pkgbase = lua-luafilesystem
pkgdesc = A lua library to access the underlying directory structure and file attributes
- pkgver = 1.6.3
+ pkgver = 1.7.0
pkgrel = 2
url = http://keplerproject.github.io/luafilesystem/
arch = i686
@@ -9,8 +11,8 @@ pkgbase = lua-luafilesystem
makedepends = make
makedepends = gcc
depends = lua
- source = luafilesystem-v_1_6_3.tar.gz::https://github.com/keplerproject/luafilesystem/archive/v_1_6_3.tar.gz
- md5sums = d0552c7e5a082f5bb2865af63fb9dc95
+ source = luafilesystem-1_7_0.tar.gz::https://github.com/keplerproject/luafilesystem/archive/v1_7_0.tar.gz
+ sha256sums = 854ef99b6a4eb48af00c304e26fc4429094a8612003a7a81ba22014f32e85db3
pkgname = lua-luafilesystem
diff --git a/PKGBUILD b/PKGBUILD
index 1cc72ebe4539..b448389ee623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
+# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Contributor: Carlo Cabanilla <carlo.cabanilla@gmail.com>
+
pkgname=(lua-luafilesystem lua52-luafilesystem lua51-luafilesystem)
-pkgver=1.6.3
-_tag=v_${pkgver//./_}
+pkgver=1.7.0
+_tag=${pkgver//./_}
pkgrel=2
pkgdesc="A lua library to access the underlying directory structure and file attributes"
arch=(i686 x86_64)
@@ -11,8 +13,8 @@ depends=(lua)
makedepends=(make gcc)
install=
changelog=
-source=("luafilesystem-${_tag}.tar.gz::https://github.com/keplerproject/luafilesystem/archive/${_tag}.tar.gz")
-md5sums=('d0552c7e5a082f5bb2865af63fb9dc95')
+source=("luafilesystem-${_tag}.tar.gz::https://github.com/keplerproject/luafilesystem/archive/v${_tag}.tar.gz")
+sha256sums=('854ef99b6a4eb48af00c304e26fc4429094a8612003a7a81ba22014f32e85db3')
build() {
cd "luafilesystem-${_tag}"