summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2019-03-16 18:00:16 +1100
committerdaurnimator2019-03-16 18:00:16 +1100
commit66448d71879ada85da1755781bea57e8d889559b (patch)
treef5f8f18c74e2df054fbde9eb876e09916f3d24dc
parent42da7c5d81f26c340e0763cf864d61e08a5f0561 (diff)
downloadaur-lua-yue-bin.tar.gz
Update to 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fabf5d20151d..20f4258f32f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lua-yue-bin
pkgdesc = Lua bindings to Yue: A library for creating native cross-platform GUI apps.
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = http://libyue.com/
arch = i686
arch = x86_64
license = LGPL
depends = webkit2gtk
- source = https://github.com/yue/yue/releases/download/v0.6.2/lua_yue_lua_5.3_v0.6.2_linux_x64.zip
- md5sums = 93902e9c52085adb31911cc65296ef7d
+ source = https://github.com/yue/yue/releases/download/v0.6.3/lua_yue_lua_5.3_v0.6.3_linux_x64.zip
+ sha256sums = 58cb6f2f1128c0a7df2d401ce4e6ca2e6cd502bb0580bddd5d413268b28f4425
pkgname = lua-yue-bin
diff --git a/PKGBUILD b/PKGBUILD
index 870cadc3e600..0361a15c5e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: daurnimator <quae@daurnimator.com>
pkgname=lua-yue-bin
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Lua bindings to Yue: A library for creating native cross-platform GUI apps."
arch=('i686' 'x86_64')
@@ -9,11 +9,8 @@ url="http://libyue.com/"
license=('LGPL')
depends=('webkit2gtk')
-source=(
- "https://github.com/yue/yue/releases/download/v${pkgver}/lua_yue_lua_5.3_v${pkgver}_linux_x64.zip"
-)
-
-md5sums=('93902e9c52085adb31911cc65296ef7d')
+source=("https://github.com/yue/yue/releases/download/v${pkgver}/lua_yue_lua_5.3_v${pkgver}_linux_x64.zip")
+sha256sums=('58cb6f2f1128c0a7df2d401ce4e6ca2e6cd502bb0580bddd5d413268b28f4425')
package() {
install -D yue.so "$pkgdir"/usr/lib/lua/5.3/yue.so