summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDino Morelli2019-10-05 10:17:15 -0400
committerDino Morelli2019-10-05 10:17:15 -0400
commitf8f2a23c20e2f9e9b41ec699d1231e8156e2452c (patch)
tree6b6cd5d9d755eecde216901f197565a24f1c52a7
parent825ae71da02a96f45175acfda15563b9a228f3a8 (diff)
downloadaur-f8f2a23c20e2f9e9b41ec699d1231e8156e2452c.tar.gz
Added missing fuse2 dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e4109de8c1e..86c7252a4e9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# 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
+ pkgrel = 3
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
diff --git a/PKGBUILD b/PKGBUILD
index be3687cb7d5b..5c0ae45f4dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=photoname
pkgver=4.1
-pkgrel=2
+pkgrel=3
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)