[arch-commits] Commit in seed/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Sep 22 08:06:17 UTC 2011
Date: Thursday, September 22, 2011 @ 04:06:17
Author: ibiru
Revision: 138417
update to 3.2.0
Modified:
seed/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-21 21:58:33 UTC (rev 138416)
+++ PKGBUILD 2011-09-22 08:06:17 UTC (rev 138417)
@@ -3,17 +3,17 @@
#Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=seed
-pkgver=3.0.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Library and interpreter for JavaScript with GObject type system bindings."
arch=('i686' 'x86_64')
url="http://live.gnome.org/Seed/"
license=('LGPL')
options=('!libtool')
-depends=('mpfr' 'libwebkit3' 'gnome-js-common' 'gobject-introspection')
+depends=('libwebkit3' 'gobject-introspection' 'gnome-js-common')
makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c7ef8e0c7cfe633c6bf9bfc13ab56458f053dfb12b784c75cc50dfa7cf828be6')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list