summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Karlström2018-07-15 10:38:20 +0200
committerPatrik Karlström2018-07-15 10:38:20 +0200
commita862f11d57f6b14ab400aee538ccf511fb338f07 (patch)
tree15b79bd277f05344bf3af60b0debaa983454cb76
parent878ab2d6b8f177f54505bf0dcd3bf0e150a21f98 (diff)
downloadaur-a862f11d57f6b14ab400aee538ccf511fb338f07.tar.gz
2.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792901339635..3e59059c1bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = filebydate
pkgdesc = date based file organizer
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://trixon.se/projects/filebydate/
arch = any
license = Apache
makedepends = desktop-file-utils
- depends = java-runtime>=8
- source = https://trixon.se/files/filebydate-1.1.0-bin.zip
+ depends = java-openjfx>=8
+ source = https://trixon.se/files/filebydate-2.0.0-bin.zip
source = filebydate.sh
source = filebydate.desktop
- sha256sums = 94a42fd6000a0650f174f85be44e72c8e03055208fe8fea60e455080a22be40a
+ sha256sums = 08a3171cd1fb688f812d3b0908a364cbf531dd90b1a0891f97e6a3bb65c475b5
sha256sums = c2597c42471798834798ddee7f9dcef7a0811b181b2f335699f131f2ccafeca0
sha256sums = 3fc348ada388e3dcb265a83837d3f264ff1ff1cc07973c42384d8cf928c2f2fd
diff --git a/PKGBUILD b/PKGBUILD
index e90b85ba693d..5500e27f19f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Patrik Karlsson <pata.karlsson@gmail.com>
+# Maintainer: Patrik Karlström <pata.karlstrom@gmail.com>
pkgname=filebydate
-pkgver=1.1.0
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="date based file organizer"
arch=('any')
url="https://trixon.se/projects/filebydate/"
license=('Apache')
-depends=('java-runtime>=8')
+depends=('java-openjfx>=8')
makedepends=('desktop-file-utils')
source=(
"https://trixon.se/files/$pkgname-$pkgver-bin.zip"
@@ -15,7 +15,7 @@ source=(
'filebydate.desktop'
)
sha256sums=(
- '94a42fd6000a0650f174f85be44e72c8e03055208fe8fea60e455080a22be40a'
+ '08a3171cd1fb688f812d3b0908a364cbf531dd90b1a0891f97e6a3bb65c475b5'
'c2597c42471798834798ddee7f9dcef7a0811b181b2f335699f131f2ccafeca0'
'3fc348ada388e3dcb265a83837d3f264ff1ff1cc07973c42384d8cf928c2f2fd'
)