summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Giammarchi2016-05-05 09:44:04 +0100
committerAndrea Giammarchi2016-05-05 09:44:04 +0100
commitcb702b79f75719398dbf5017c24bd4506786875f (patch)
treeaeb6962df4ee8faee7f6c3170e4f7b25d169abeb
parent4a95cfceda166edec633bb9a587c4bf8c6bb788d (diff)
downloadaur-cb702b79f75719398dbf5017c24bd4506786875f.tar.gz
adde Promise and GTK_DEBUG
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c1c915d0b48..7c0ce40d8714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jsgtk
pkgdesc = A simplified approach to GJS for Node.JS and JavaScript developers.
- pkgver = 0.9.20
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/WebReflection/jsgtk
arch = any
license = MIT
depends = gjs
- source = https://webreflection.github.io/jsgtk/archive/jsgtk-0.9.20.tar.gz
- md5sums = 11f540c100e0dcf7b80c755fc95e382b
+ source = https://webreflection.github.io/jsgtk/archive/jsgtk-0.10.0.tar.gz
+ md5sums = 284818847e28ad3f4f7bd7e858e98e34
pkgname = jsgtk
diff --git a/PKGBUILD b/PKGBUILD
index 036a0a09d645..9c342a5900cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Andrea Giammarchi <andrea.giammarchi@gmail.com>
pkgname=jsgtk
pkgrel=1
-pkgver=0.9.20
+pkgver=0.10.0
pkgdesc="A simplified approach to GJS for Node.JS and JavaScript developers."
arch=('any')
url="https://github.com/WebReflection/jsgtk"
license=('MIT')
depends=('gjs')
source=(https://webreflection.github.io/jsgtk/archive/$pkgname-$pkgver.tar.gz)
-md5sums=('11f540c100e0dcf7b80c755fc95e382b')
+md5sums=('284818847e28ad3f4f7bd7e858e98e34')
package() {