summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Windmüller2021-12-26 21:56:04 +0100
committerStephan Windmüller2021-12-26 21:56:04 +0100
commit29db8b81df511ca7d295b3ee9fa971e625bf58f4 (patch)
treed5c30866242a651424d764b94da543d4c47d3cb7
parentff51976066acb5aaa6f5f19deafef54681698a5b (diff)
downloadaur-29db8b81df511ca7d295b3ee9fa971e625bf58f4.tar.gz
Remove dependency for JDK8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd9a20e57f0d..ff54c86173ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = projectx
pkgdesc = DVB demux tool for repairing and analyzing different stream types
pkgver = 0.91.0.08
- pkgrel = 3
+ pkgrel = 4
url = http://sourceforge.net/projects/project-x
arch = i686
arch = x86_64
license = GPL
makedepends = make
- depends = java-runtime<=8
+ depends = java-runtime<=11
depends = java-environment
depends = bash
- source = http://downloads.sourceforge.net/project/project-x/project-x/ProjectX_0.91.0.00/ProjectX_0.91.0.zip
+ source = https://downloads.sourceforge.net/project/project-x/project-x/ProjectX_0.91.0.00/ProjectX_0.91.0.zip
source = http://gentoo.sbriesen.de/distfiles/projectx-idctfast.tar.xz
source = IDCTFast.patch
source = projectx
@@ -20,4 +20,3 @@ pkgbase = projectx
md5sums = b92f5dc14576459119769c245690b8b0
pkgname = projectx
-
diff --git a/PKGBUILD b/PKGBUILD
index 419cc6aef0b2..7c9711e9acb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,14 @@ _idct=idct-mjpeg-mmx
pkgname=projectx
pkgver=0.91.0.08
-pkgrel=3
+pkgrel=4
license=('GPL')
arch=('i686' 'x86_64')
pkgdesc="DVB demux tool for repairing and analyzing different stream types"
makedepends=('make')
-depends=('java-runtime<=8' 'java-environment' 'bash')
+depends=('java-runtime<=11' 'java-environment' 'bash')
url="http://sourceforge.net/projects/project-x"
-source=(http://downloads.sourceforge.net/project/project-x/project-x/ProjectX_0.91.0.00/ProjectX_0.91.0.zip
+source=(https://downloads.sourceforge.net/project/project-x/project-x/ProjectX_0.91.0.00/ProjectX_0.91.0.zip
http://gentoo.sbriesen.de/distfiles/projectx-idctfast.tar.xz
IDCTFast.patch
projectx)