summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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