[arch-commits] Commit in seed/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu May 28 13:37:04 UTC 2015
Date: Thursday, May 28, 2015 @ 15:37:04
Author: jgc
Revision: 239854
upgpkg: seed 3.8.1-4
Fix gobject-introspection deps (FS#44612)
Modified:
seed/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-28 13:15:03 UTC (rev 239853)
+++ PKGBUILD 2015-05-28 13:37:04 UTC (rev 239854)
@@ -4,13 +4,13 @@
pkgname=seed
pkgver=3.8.1
-pkgrel=3
+pkgrel=4
pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
arch=('i686' 'x86_64')
-url="http://live.gnome.org/Seed/"
+url="https://wiki.gnome.org/Projects/Seed"
license=('LGPL')
-depends=('webkitgtk3' 'gobject-introspection' 'gnome-js-common' 'mpfr')
-makedepends=('intltool')
+depends=('webkitgtk3' 'gobject-introspection-runtime' 'gnome-js-common' 'mpfr')
+makedepends=('intltool' 'gobject-introspection')
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.8/${pkgname}-${pkgver}.tar.xz
GLib.js rl63.patch)
sha256sums=('80cb4db7fa6f6cf8d3e255fc45a81657388d458bc8bf23e4089e35f69eeaac32'
More information about the arch-commits
mailing list