summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-06-26 18:42:28 +0200
committerPellegrino Prevete2023-06-26 18:42:28 +0200
commit1f5b7b9af407c5f7418cc96efe948518008112e1 (patch)
tree33550bb14367efd845f242e42b1874c688993f6e
parentbdb8497335c08d9ff7d8c65aa52bb1fc62859c2d (diff)
downloadaur-1f5b7b9af407c5f7418cc96efe948518008112e1.tar.gz
update pkgbuild
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD5
2 files changed, 20 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbe400f40267..c2604ee8f2e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,37 @@
pkgbase = gjs-git
pkgdesc = Javascript Bindings for GNOME
pkgver = 1.76.0+106+g79d66486
- pkgrel = 1
+ pkgrel = 2
epoch = 2
- url = https://gitlab.gnome.org/GNOME/gjs/blob/master/doc/Home.md
+ url = https://gitlab.gnome.org/GNOME/gjs
arch = x86_64
arch = i686
arch = pentium4
license = GPL
- checkdepends = valgrind
+ checkdepends = gtk3
+ checkdepends = gtk4
checkdepends = xorg-server-xvfb
- makedepends = cmake
- makedepends = gobject-introspection
+ makedepends = dbus
makedepends = git
- makedepends = autoconf-archive
- makedepends = sysprof
+ makedepends = gobject-introspection
makedepends = meson
depends = cairo
+ depends = dconf
depends = gobject-introspection-runtime
depends = js102
- depends = dconf
+ depends = libsysprof-capture
+ depends = readline
+ provides = lib_gjs.so
provides = gjs=1.76.0+106+g79d66486
conflicts = gjs
- source = git+https://gitlab.gnome.org/GNOME/gjs.git/
+ source = git+https://gitlab.gnome.org/GNOME/gjs
sha256sums = SKIP
pkgname = gjs-git
+ depends = cairo
+ depends = dconf
+ depends = gobject-introspection-runtime
+ depends = js102
+ depends = libsysprof-capture
+ depends = readline
+ depends = libreadline.so
diff --git a/PKGBUILD b/PKGBUILD
index c278dc5ddf7c..4ffcb9a0576f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgver=1.76.0+106+g79d66486
pkgrel=2
epoch=2
pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs"
+url="https://gitlab.gnome.org/GNOME/${_pkgname}"
arch=(
x86_64
i686
@@ -40,8 +40,7 @@ provides=(
"lib_${_pkgname}.so"
"${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
-_repo_url="https://gitlab.gnome.org/GNOME/${_pkgname}.git"
-source=("git+${_repo_url}")
+source=("git+${url}")
sha256sums=('SKIP')
pkgver() {