summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2023-06-05 21:01:12 +0000
committerthomaseizinger2023-06-05 21:01:12 +0000
commitf723569383583434fd6ea6f3b99cfa6f6b2cbbf7 (patch)
tree1fe89dccf309a89d6f173eb30dbd0cd5f82b5e33
parente58b97de559a0798c8226dde350710d38e34ab53 (diff)
downloadaur-f723569383583434fd6ea6f3b99cfa6f6b2cbbf7.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 f01b2f67052b..94eb576388ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 230513
+ pkgver = 230603
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=230513-0b780defb
+ source = git+https://github.com/photoprism/photoprism.git#tag=230603-378d4746a
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 2c0492707c56..5a6941a1b839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="230513"
-commit="0b780defb"
+pkgver="230603"
+commit="378d4746a"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "