summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 555eaa3c38cd..792901339635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = filebydate
pkgdesc = date based file organizer
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://trixon.se/projects/filebydate/
arch = any
license = Apache
makedepends = desktop-file-utils
- depends = java-runtime=8
+ depends = java-runtime>=8
source = https://trixon.se/files/filebydate-1.1.0-bin.zip
source = filebydate.sh
source = filebydate.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 14fb2749c58b..e90b85ba693d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=filebydate
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="date based file organizer"
arch=('any')
url="https://trixon.se/projects/filebydate/"
license=('Apache')
-depends=('java-runtime=8')
+depends=('java-runtime>=8')
makedepends=('desktop-file-utils')
source=(
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"