summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDino Morelli2022-01-11 16:01:53 -0500
committerDino Morelli2022-01-11 16:01:53 -0500
commit38ae83d19f46f07c84cd10088f264b009233dbeb (patch)
treeb5a4298fa84da3002fa294b92ecca6c7fea33b6a
parent54f6fbcb5c35d923781ada324167fc67b786d83f (diff)
downloadaur-photoname.tar.gz
Adjusted build for upstream version 5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f60feb00bb..d944b60efa10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = photoname
pkgdesc = Rename JPEG photo files based on shoot date
- pkgver = 5.0
+ 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/5.0/photoname-5.0-x86_64.AppImage
- sha256sums = 34c03b6602ec0b1b1560d56fe844cf5042154e2a67630870070b57d78db4b883
+ 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 2eda8c7db0cf..775fdf77ec82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dino Morelli <dino@ui3.info>
pkgname=photoname
-pkgver=5.0
+pkgver=5.1
pkgrel=1
pkgdesc='Rename JPEG photo files based on shoot date'
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=()
options=(!strip)
source=("https://github.com/dino-/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-${arch}.AppImage")
-sha256sums=('34c03b6602ec0b1b1560d56fe844cf5042154e2a67630870070b57d78db4b883')
+sha256sums=('ad27fc292470f51806a292de6785b080d041e0344588e24845dfba213cbfbcee')
# PKGBUILD functions