summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2022-05-30 14:34:39 +0200
committerGitHub2022-05-30 22:34:39 +1000
commit4b5f4600446b1063451e159377d0e9a7f6345a15 (patch)
treef5fe55f3e092c20ce06dda44059889ee04991e52
parente2a7c6c751817c28f2f1893a620e236c1be4b6e4 (diff)
downloadaur-4b5f4600446b1063451e159377d0e9a7f6345a15.tar.gz
Upgrade photoprism to 220528-efb5d710 (#129)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0406d25704b..a60dd13a0e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 220524
- pkgrel = 1
+ pkgver = 220528
+ pkgrel = 0
url = https://github.com/photoprism/photoprism
arch = x86_64
arch = aarch64
@@ -15,7 +15,7 @@ pkgbase = photoprism
provides = photoprism
conflicts = photoprism
backup = etc/photoprism/options.yml
- source = git+https://github.com/photoprism/photoprism.git#tag=220524-c76de0df
+ source = git+https://github.com/photoprism/photoprism.git#tag=220528-efb5d710
source = https://dl.photoprism.org/tensorflow/nasnet.zip
source = https://dl.photoprism.org/tensorflow/facenet.zip
source = https://dl.photoprism.org/tensorflow/nsfw.zip
diff --git a/PKGBUILD b/PKGBUILD
index b1892a943730..e6b43cf1408b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="220524"
-commit="c76de0df"
-pkgrel=1
+pkgver="220528"
+commit="efb5d710"
+pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "
arch=(x86_64 aarch64)