summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUpdate Bot2022-05-25 10:35:15 +0200
committerUpdate Bot2022-05-25 10:35:15 +0200
commit48ade6e57c096e852cf2e45170feaaaf119bc3f0 (patch)
tree329a79fae2107a09a4e5a203d130f4a4e86949d2
parentc13d4de78ebb4b0bc4d77b95598bc1466621869f (diff)
downloadaur-48ade6e57c096e852cf2e45170feaaaf119bc3f0.tar.gz
upgpkg: photoprism 220517-0
Add missing ICU package
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ade4ec27e64..11bf2482f993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=(x86_64 aarch64)
url="https://github.com/photoprism/photoprism"
license=('GPLv3')
groups=()
-depends=(tensorflow115)
+depends=(tensorflow115 icu)
makedepends=(go nodejs npm git)
checkdepends=()
optdepends=()