summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 117b741b4053..2e4109de8c1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Apr 26 17:28:46 UTC 2019
+# Fri Apr 26 17:48:25 UTC 2019
pkgbase = photoname
pkgdesc = Rename JPEG photo files based on shoot date
pkgver = 4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dino-/photoname
arch = x86_64
license = ISC
options = !strip
- source = https://github.com/dino-/photoname/releases/download/4.1/photoname-4.1-.AppImage
+ source = https://github.com/dino-/photoname/releases/download/4.1/photoname-4.1-x86_64.AppImage
sha256sums = a736b408be90de1a2b3ea37987bcf52ba787921043bebfd17d5bd3678efb2c2f
pkgname = photoname
diff --git a/PKGBUILD b/PKGBUILD
index ab37fbc08d65..be3687cb7d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=photoname
pkgver=4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Rename JPEG photo files based on shoot date'
arch=('x86_64')
url="https://github.com/dino-/photoname"
@@ -11,7 +11,7 @@ depends=()
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}-${CARCH}.AppImage")
+source=("https://github.com/dino-/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-${arch}.AppImage")
sha256sums=('a736b408be90de1a2b3ea37987bcf52ba787921043bebfd17d5bd3678efb2c2f')