summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2019-04-30 14:06:47 +1000
committerXavion2019-04-30 14:06:47 +1000
commitf7b7e22ac85a569c9244f67e7a79ddc901189386 (patch)
treee165ab65aab674a0126d18e4dcf859f0ef2e5243
parentb06e366748f89759f0a40531ebc72e0e229f0d44 (diff)
downloadaur-f7b7e22ac85a569c9244f67e7a79ddc901189386.tar.gz
Update to 1.4.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9d1e549294d..79546bec1495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = j7z
pkgdesc = An alternative 7-Zip GUI
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = http://J7Z.Xavion.name
install = J7Z.install
arch = any
license = LGPL3
- depends = java-runtime>=7
+ depends = java-runtime>=8
depends = p7zip
optdepends = oxygen-gtk2: Native 'Oxygen' style
optdepends = gtk-kde4: KDE 4 style support
@@ -18,8 +18,8 @@ pkgbase = j7z
conflicts = k7z
replaces = q7z
replaces = k7z
- source = http://prdownloads.sourceforge.net/k7z/J7Z-1.4.1-bin.tar.bz2
- sha1sums = 134b7e0c8f6a09e593d64da1a20da291d5fa8d22
+ source = http://prdownloads.sourceforge.net/k7z/J7Z-1.4.2-bin.tar.bz2
+ sha1sums = e8380fd38f449da3dea5da1643475ae300bc3d22
pkgname = j7z
diff --git a/PKGBUILD b/PKGBUILD
index ebf2190c378e..75731ab364f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=j7z
_filename_=J7Z
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="An alternative 7-Zip GUI"
url="http://${_filename_}.Xavion.name"
arch=("any")
license=("LGPL3")
-depends=("java-runtime>=7" "p7zip")
-#makedepends=("apache-ant" "java-environment>=7")
+depends=("java-runtime>=8" "p7zip")
+#makedepends=("apache-ant" "java-environment>=8")
optdepends=("oxygen-gtk2: Native 'Oxygen' style"
"gtk-kde4: KDE 4 style support"
"tar: Supports POSIX attributes"
@@ -19,8 +19,8 @@ optdepends=("oxygen-gtk2: Native 'Oxygen' style"
conflicts=("q7z" "k7z")
replaces=("q7z" "k7z")
install="${_filename_}.install"
-source=(http://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-bin.tar.bz2)
#source=(http://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-src.tar.bz2)
+source=(http://prdownloads.sourceforge.net/k7z/${_filename_}-${pkgver}-bin.tar.bz2)
build() {
cd "${srcdir}"/${_filename_}/Linux/Build
@@ -43,5 +43,4 @@ package() {
msg "Seek further information or send feedback via the 'Help' menu."
}
-sha1sums=('134b7e0c8f6a09e593d64da1a20da291d5fa8d22')
-#sha1sums=('25a3160f7cb80458238963cdcd49b520775bbd04')
+sha1sums=('e8380fd38f449da3dea5da1643475ae300bc3d22')