summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f010b34d6be4..1a9ac309341a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_rockname=cassowary
_project=$_rockname.lua
pkgname=("lua-$_rockname-git" "lua53-$_rockname-git" "lua52-$_rockname-git" "lua51-$_rockname-git")
-pkgver=2.3.1.r0.gc022a12
+pkgver=2.3.1.r4.gfa4d058
_rockrel=0
pkgrel=1
pkgdesc='The cassowary constraint solver'
@@ -11,7 +11,12 @@ arch=(any)
url="https://github.com/sile-typesetter/$_project"
license=(MIT)
_lua_deps=(penlight)
-makedepends=(git lua lua53 lua52 lua51 luarocks)
+makedepends=(git
+ lua
+ lua51
+ lua52
+ lua53
+ luarocks)
source=("$_project.git::git+$url.git")
sha256sums=('SKIP')