summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrik Karlsson2017-01-29 12:07:10 +0100
committerPatrik Karlsson2017-01-29 12:07:10 +0100
commit98163651a15cf65f2586f1c1edd6fc92ce86ee5d (patch)
tree310edf39811784cbb681a689b477ef48cc0c5a33
parenta7e3bf08e7d394d595b6fc1debccf50964555a2d (diff)
downloadaur-98163651a15cf65f2586f1c1edd6fc92ce86ee5d.tar.gz
1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3692723c8774..42447c16aefe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = filebydate
pkgdesc = organize files depending on their file or exif dates
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = http://trixon.se/projects/java/filebydate/
arch = any
license = Apache
makedepends = desktop-file-utils
depends = java-runtime=8
- source = http://trixon.se/files/filebydate-1.0.0-bin.zip
+ source = http://trixon.se/files/filebydate-1.0.1-bin.zip
source = filebydate.sh
source = filebydate.desktop
- sha256sums = cc820a03e9e3415e2326d2f971a6dad7f681b9bed654adaec8c3a61665f191e4
+ sha256sums = 43fcac94322b8c6683608936963821a52b2d966f164b8d460bb9d7e1126771fb
sha256sums = c2597c42471798834798ddee7f9dcef7a0811b181b2f335699f131f2ccafeca0
sha256sums = 3fc348ada388e3dcb265a83837d3f264ff1ff1cc07973c42384d8cf928c2f2fd
diff --git a/.gitignore b/.gitignore
index 241e560df690..8aaa0e88730b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
*
+!PKGBUILD
+.SRCINFO
+!.gitignore
+!filebydate.desktop
+!filebydate.sh
diff --git a/PKGBUILD b/PKGBUILD
index 8c3e778cf583..4935001d3af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrik Karlsson <pata.karlsson@gmail.com>
pkgname=filebydate
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="organize files depending on their file or exif dates"
arch=('any')
@@ -15,7 +15,7 @@ source=(
'filebydate.desktop'
)
sha256sums=(
- 'cc820a03e9e3415e2326d2f971a6dad7f681b9bed654adaec8c3a61665f191e4'
+ '43fcac94322b8c6683608936963821a52b2d966f164b8d460bb9d7e1126771fb'
'c2597c42471798834798ddee7f9dcef7a0811b181b2f335699f131f2ccafeca0'
'3fc348ada388e3dcb265a83837d3f264ff1ff1cc07973c42384d8cf928c2f2fd'
)