summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9f6d1bbc7c..d412f5528a11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,10 @@ pkgbase = lua-penlight-git
license = MIT
depends = bash
depends = lua
+ depends = lua-filesystem
provides = lua-penlight
conflicts = lua-penlight
- source = lua-penlight-git::git://github.com/stevedonovan/Penlight.git
+ source = lua-penlight-git::git+https://github.com/stevedonovan/Penlight.git
md5sums = SKIP
pkgname = lua-penlight-git
diff --git a/PKGBUILD b/PKGBUILD
index 75dfb1bfce3a..19c53fa45005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
pkgname=lua-penlight-git
-pkgver=1.5.2.r0.g3f8aaa8
+pkgver=1.5.4.r6.g2fb9b30
pkgrel=1
-pkgdesc="A set of pure Lua libraries focusing on input data handling, functional programming, and OS path management"
-url="https://github.com/stevedonovan/Penlight"
+pkgdesc='A set of pure Lua libraries focusing on input data handling, functional programming, and OS path management'
+url='https://github.com/stevedonovan/Penlight'
arch=('any')
license=('MIT')
conflicts=('lua-penlight')
provides=('lua-penlight')
-depends=('bash' 'lua')
-source=("${pkgname}::git://github.com/stevedonovan/Penlight.git")
+depends=('bash' 'lua' 'lua-filesystem')
+source=("${pkgname}::git+https://github.com/stevedonovan/Penlight.git")
md5sums=('SKIP')
pkgver() {