summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-03-14 13:27:30 +0100
committerspider-mario2020-03-14 13:27:30 +0100
commitf626da96f183fec874fc3eb0612d67bd78ed21c1 (patch)
tree3d2f37d60fa3011f32d5b2c8e8f1bf8fdb3566c0
parente9003372fb7d676e7131f81f8fd02fa8805d2035 (diff)
downloadaur-f626da96f183fec874fc3eb0612d67bd78ed21c1.tar.gz
Update homepage
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c1a4056c6b1..1466e1b5914d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = jpexs-decompiler-git
pkgdesc = Opensource flash SWF decompiler and editor
pkgver = 11.2.0.r29.g5df2728a9
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = https://www.free-decompiler.com/flash/
+ url = https://github.com/jindrapetrik/jpexs-decompiler
arch = any
license = GPL3
makedepends = git
@@ -14,8 +14,8 @@ pkgbase = jpexs-decompiler-git
depends = bash
source = git+https://github.com/jindrapetrik/jpexs-decompiler#branch=dev
source = put_version_into_build_xml.py
- md5sums = SKIP
- md5sums = 7f20d8a7ae9e6fc17e9ac45d31802499
+ b2sums = SKIP
+ b2sums = 3932fd50ec25304a351af8c60c462c097556e7529f7e063560700c340fbb4a98e9f0af76328b73cb754e8184198c15d79c7d4d8e7f417730b11dbb05a632041e
pkgname = jpexs-decompiler-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d8441b208e8..65daeeba5b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ _pkgname=jpexs-decompiler
pkgname=$_pkgname-git
pkgver=11.2.0.r29.g5df2728a9
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc="Opensource flash SWF decompiler and editor"
arch=("any")
-url="https://www.free-decompiler.com/flash/"
+url="https://github.com/jindrapetrik/jpexs-decompiler"
license=('GPL3')
makedepends=('git' 'apache-ant' 'java-environment=8' 'python')
depends=('java-runtime=8' 'bash') # bash for ffdec.sh
@@ -15,8 +15,8 @@ source=(
"git+https://github.com/jindrapetrik/jpexs-decompiler#branch=dev"
'put_version_into_build_xml.py'
)
-md5sums=('SKIP'
- '7f20d8a7ae9e6fc17e9ac45d31802499')
+b2sums=('SKIP'
+ '3932fd50ec25304a351af8c60c462c097556e7529f7e063560700c340fbb4a98e9f0af76328b73cb754e8184198c15d79c7d4d8e7f417730b11dbb05a632041e')
java_8_home() {
cd /usr/lib/jvm