summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4109de8c1e..d944b60efa10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri Apr 26 17:48:25 UTC 2019
pkgbase = photoname
pkgdesc = Rename JPEG photo files based on shoot date
- pkgver = 4.1
- pkgrel = 2
+ pkgver = 5.1
+ pkgrel = 1
url = https://github.com/dino-/photoname
arch = x86_64
license = ISC
+ depends = fuse2
options = !strip
- source = https://github.com/dino-/photoname/releases/download/4.1/photoname-4.1-x86_64.AppImage
- sha256sums = a736b408be90de1a2b3ea37987bcf52ba787921043bebfd17d5bd3678efb2c2f
+ source = https://github.com/dino-/photoname/releases/download/5.1/photoname-5.1-x86_64.AppImage
+ sha256sums = ad27fc292470f51806a292de6785b080d041e0344588e24845dfba213cbfbcee
pkgname = photoname
-
diff --git a/PKGBUILD b/PKGBUILD
index be3687cb7d5b..775fdf77ec82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Dino Morelli <dino@ui3.info>
pkgname=photoname
-pkgver=4.1
-pkgrel=2
+pkgver=5.1
+pkgrel=1
pkgdesc='Rename JPEG photo files based on shoot date'
arch=('x86_64')
url="https://github.com/dino-/photoname"
license=('ISC')
-depends=()
+depends=('fuse2')
makedepends=()
# This software comes as an AppImage, auto-stripping by the AUR tools breaks it
options=(!strip)
source=("https://github.com/dino-/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-${arch}.AppImage")
-sha256sums=('a736b408be90de1a2b3ea37987bcf52ba787921043bebfd17d5bd3678efb2c2f')
+sha256sums=('ad27fc292470f51806a292de6785b080d041e0344588e24845dfba213cbfbcee')
# PKGBUILD functions