diff options
author | devome | 2024-06-19 13:14:12 +0800 |
---|---|---|
committer | devome | 2024-06-19 13:14:12 +0800 |
commit | 35f0dab7de033a0f9d25ae03360e05adf7d8ab5b (patch) | |
tree | 36b685c3515dfd784ecd25e270c26a9e2a0a3eff /PKGBUILD | |
parent | 4352b2c7a14c3c151ccd0b5a6bb63229a59ea75a (diff) | |
download | aur-35f0dab7de033a0f9d25ae03360e05adf7d8ab5b.tar.gz |
add optdepends mariadb
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ optdepends=("darktable: for RAW to JPEG conversion" "ffmpeg: for video transcoding and thumbnail extraction" "imagemagick: for image conversion" "libheif: for HEIC/HEIF image conversion" + "mariadb: for MySQL database driver" "perl-image-exiftool: for extracting metadata" "rawtherapee: for RAW to JPEG conversion") provides=("${pkgname}") |