summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Flor2018-06-20 11:43:34 +0200
committerSteffen Flor2018-06-20 11:43:34 +0200
commit0abbc0cde16b19f93dc1af95b4115000652fdffd (patch)
tree21785869cd68f88b00d3a05204ba88ea7bbd55ba
parentcb51012dbab794afe37b364438ad80c66fb392f0 (diff)
downloadaur-0abbc0cde16b19f93dc1af95b4115000652fdffd.tar.gz
Switch to x64 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb0f307e3af7..ed47dea23748 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = launch4j
pkgdesc = Cross-platform Java executable wrapper
pkgver = 3.12
- pkgrel = 1
+ pkgrel = 2
url = http://launch4j.sf.net
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = launch4j
depends = lib32-glibc
options = !strip
options = staticlibs
- source = http://downloads.sourceforge.net/launch4j/launch4j-3.12-linux.tgz
- sha256sums = e8f5c546e288bc207a00f06fa01e6124e4f763f4eadccb7ca359071b95f75349
+ source = http://downloads.sourceforge.net/launch4j/launch4j-3.12-linux-x64.tgz
+ sha256sums = 009e70ab2b8d54b4677667c59033bbdbd900101ccd32447d6f7040b480dd050e
pkgname = launch4j
diff --git a/PKGBUILD b/PKGBUILD
index 500f81efbed9..0fc93a2171e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname="launch4j"
pkgver="3.12"
-pkgrel="1"
+pkgrel="2"
arch=('i686' 'x86_64')
license=('custom')
pkgdesc="Cross-platform Java executable wrapper"
@@ -8,8 +8,8 @@ url="http://launch4j.sf.net"
depends=('java-runtime' 'glibc')
# for 64bit
[ "$CARCH" = "x86_64" ] && depends[1]='lib32-glibc'
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-linux.tgz")
-sha256sums=('e8f5c546e288bc207a00f06fa01e6124e4f763f4eadccb7ca359071b95f75349')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-linux-x64.tgz")
+sha256sums=('009e70ab2b8d54b4677667c59033bbdbd900101ccd32447d6f7040b480dd050e')
options=('!strip' 'staticlibs')
package()