summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomaseizinger2022-11-23 09:18:53 +0000
committerthomaseizinger2022-11-23 09:18:53 +0000
commitc5f3426a34f8fc23369a22006be5136a7099b32d (patch)
tree3ea7042c09aeba3b1abc64658482ee0c7901937f
parent1219758f39b71e30bbccbede874e21980601cd3c (diff)
downloadaur-c5f3426a34f8fc23369a22006be5136a7099b32d.tar.gz
Update AUR package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 230a45062923..d04fbe47ec38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = photoprism
pkgdesc = Personal Photo Management powered by Go and Google TensorFlow
- pkgver = 220730
+ pkgver = 221118
pkgrel = 0
url = https://github.com/photoprism/photoprism
arch = x86_64
@@ -12,10 +12,15 @@ pkgbase = photoprism
makedepends = git
depends = tensorflow115
depends = icu
+ optdepends = darktable: for RAW to JPEG conversion
+ optdepends = rawtherapee: for RAW to JPEG conversion
+ optdepends = libheif: for HEIC/HEIF image conversion
+ optdepends = ffmpeg: for video transcoding and thumbnail extraction
+ optdepends = exiftool: for extracting metadata
provides = photoprism
conflicts = photoprism
backup = etc/photoprism/options.yml
- source = git+https://github.com/photoprism/photoprism.git#tag=220730-0e1222c83
+ source = git+https://github.com/photoprism/photoprism.git#tag=221118-e58fee0fb
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 b144750dd496..101d156e08d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# All my PKGBUILDs are managed at https://github.com/thomaseizinger/pkgbuilds
pkgname=photoprism
-pkgver="220730"
-commit="0e1222c83"
+pkgver="221118"
+commit="e58fee0fb"
pkgrel=0
epoch=
pkgdesc="Personal Photo Management powered by Go and Google TensorFlow "
@@ -15,7 +15,11 @@ groups=()
depends=(tensorflow115 icu)
makedepends=(go nodejs npm git)
checkdepends=()
-optdepends=()
+optdepends=("darktable: for RAW to JPEG conversion"
+ "rawtherapee: for RAW to JPEG conversion"
+ "libheif: for HEIC/HEIF image conversion"
+ "ffmpeg: for video transcoding and thumbnail extraction"
+ "exiftool: for extracting metadata")
provides=("photoprism")
conflicts=("photoprism")
replaces=()