summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2023-12-04 07:59:07 +0000
committerthomaseizinger2023-12-04 07:59:07 +0000
commit185033587c41051a8a0bc062a859f5f5bc1b3632 (patch)
treeec7d67d239709d4b77e0b73cf3cd9ff0af75ce1d
parent8e5032f35c294d8e97ced87e7f071ea380516bfa (diff)
downloadaur-photoprism.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105a3661d70d..ac65605a25ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 231021
+ pkgver = 231128
pkgrel = 0
url = https://github.com/photoprism/photoprism
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = photoprism
provides = photoprism
conflicts = photoprism
backup = etc/photoprism/options.yml
- source = git+https://github.com/photoprism/photoprism.git#tag=231021-9abea5b55
+ source = git+https://github.com/photoprism/photoprism.git#tag=231128-f48ff16ef
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 a5c27b808cd9..d38260eddc80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="231021"
-commit="9abea5b55"
+pkgver="231128"
+commit="f48ff16ef"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "