mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/icedtea-web to 1.6.2-1
This commit is contained in:
parent
d60a4b82f5
commit
02f977ab39
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=icedtea-web
|
||||
pkgname=('icedtea-web' 'icedtea-web-doc')
|
||||
pkgver=1.6.1
|
||||
pkgver=1.6.2
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://icedtea.classpath.org/wiki/IcedTea-Web'
|
||||
|
@ -16,9 +16,9 @@ makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'jun
|
|||
'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
|
||||
noextract=("${pkgbase}-${pkgver}.tar.gz")
|
||||
source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
|
||||
sha256sums=('a9b46ab6c9dc303c89651143596bc5abea29242b9bdcabdd2dab7c606592c920')
|
||||
sha256sums=('ce67034096d6b960e2b6cfb5c41a7bd6b30eb2ec7f13bf3ecdb477ff6ce69300')
|
||||
|
||||
case $CARCH in
|
||||
armv6h)
|
||||
|
|
Loading…
Reference in a new issue