diff options
Diffstat (limited to 'apks/photoview/APKBUILD')
-rw-r--r-- | apks/photoview/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apks/photoview/APKBUILD b/apks/photoview/APKBUILD index ab6003c..a9c4fac 100644 --- a/apks/photoview/APKBUILD +++ b/apks/photoview/APKBUILD @@ -1,12 +1,16 @@ # Maintainer: Gabriel Giovanini <mail@gabrielgio.me> pkgname=photoview pkgver=2.3.13 -pkgrel=2 +pkgrel=3 pkgdesc="Photo gallery for self-hosted personal servers" url="https://github.com/photoview/photoview" arch="x86_64" license="AGPL-3.0" install="$pkgname.pre-install" +depends=" + exiftool + ffmpeg +" makedepends="go npm dlib-dev |