summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5784590bd541..aad30711a365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lua-cassowary-git
pkgdesc = The cassowary constraint solver
- pkgver = 2.2
- pkgrel = 6
+ pkgver = 2.2.r26.g63e91d4
+ pkgrel = 1
url = https://github.com/sile-typesetter/cassowary.lua
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6eaf8a1ef121..f6f13de6ecb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_rockname=cassowary
_project=cassowary.lua
pkgname=("lua-$_rockname-git" "lua52-$_rockname-git" "lua51-$_rockname-git")
-pkgver=2.2
+pkgver=2.2.r26.g63e91d4
_branch='master'
_rockrel=0
-pkgrel=6
+pkgrel=1
pkgdesc='The cassowary constraint solver'
arch=('i686' 'x86_64')
url="https://github.com/sile-typesetter/$_project"