summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2022-05-27 07:42:38 +0000
committerthomaseizinger2022-05-27 07:42:38 +0000
commit8f5445ca06f311d2aa98f70382d1e3df0f71897f (patch)
tree0a51e85043a2af5ecbbea95aa7caeb7c81c03cc5
parentd6109dbcac2e494507cd67af0720191411bad056 (diff)
downloadaur-8f5445ca06f311d2aa98f70382d1e3df0f71897f.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71bfe05d61b7..8264cc5e7a12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 220517
- pkgrel = 1
+ pkgver = 220524
+ 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=220517-b9c68f8f
+ source = git+https://github.com/photoprism/photoprism.git#tag=220524-c76de0df
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 2a71d1fa8bf8..2e8d95aa7106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="220517"
-commit="b9c68f8f"
-pkgrel=1
+pkgver="220524"
+commit="c76de0df"
+pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "
arch=(x86_64 aarch64)