mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gjs to 1.50.2-1
This commit is contained in:
parent
ba7eb3cad5
commit
5fa8beb2a8
1 changed files with 4 additions and 4 deletions
|
@ -5,17 +5,17 @@
|
|||
# - configure with --enable-compile-warnings=no
|
||||
|
||||
pkgname=gjs
|
||||
pkgver=1.50.1
|
||||
pkgver=1.50.2
|
||||
pkgrel=1
|
||||
pkgdesc="Javascript Bindings for GNOME"
|
||||
url="https://wiki.gnome.org/Projects/Gjs"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
depends=(cairo gobject-introspection-runtime js52 gtk3)
|
||||
makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
|
||||
checkdepends=(valgrind)
|
||||
_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf # tags/1.50.1^0
|
||||
source=("git+https://git.gnome.org/browse/gjs#commit=$_commit")
|
||||
_commit=9a97b89ac410091466961d8430ff4da399b83bbe # tags/1.50.2^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue