[arch-commits] Commit in icedtea-web/trunk (PKGBUILD)

Guillaume Alaux guillaume at archlinux.org
Wed Sep 13 19:05:19 UTC 2017


    Date: Wednesday, September 13, 2017 @ 19:05:17
  Author: guillaume
Revision: 305431

Upstream release 1.7

Modified:
  icedtea-web/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-13 18:54:18 UTC (rev 305430)
+++ PKGBUILD	2017-09-13 19:05:17 UTC (rev 305431)
@@ -1,21 +1,22 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgbase=icedtea-web
 pkgname=('icedtea-web' 'icedtea-web-doc')
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://icedtea.classpath.org/wiki/IcedTea-Web'
 license=('GPL2')
-makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit'
+makedepends=('java-environment-openjdk=8' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit'
              'firefox' 'epiphany')
 optdepends=('rhino: for using proxy auto config files')
 # Due to broken path names in the tarball that fails with LANG=C in our chroot
 noextract=("${pkgbase}-${pkgver}.tar.gz")
-# No signature http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3216
-source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('ce67034096d6b960e2b6cfb5c41a7bd6b30eb2ec7f13bf3ecdb477ff6ce69300')
+source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz{,.sig})
+validpgpkeys=('C058EF1E749812E6A486384B53B5CFF671EEED59') # Jiri Vanek <jvanek at redhat.com>
+sha256sums=('2030ea323964ae82eabe5436eef076de4b892786424ad9be21f3abc9d76c0291'
+            'SKIP')
 
 prepare() {
   cd "${srcdir}"



More information about the arch-commits mailing list