diff options
author | Matthew Sexton | 2023-07-04 17:51:59 -0400 |
---|---|---|
committer | Matthew Sexton | 2023-07-04 17:51:59 -0400 |
commit | 0a9bee60984be62940096f6a0ca8ccbeb991a694 (patch) | |
tree | e9908e4c16b850e0433518a138b6bc80f94249e0 /PKGBUILD | |
parent | 23270200a71f862a577ff72374392bf8c4d22935 (diff) | |
download | aur-0a9bee60984be62940096f6a0ca8ccbeb991a694.tar.gz |
libraw dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgname=siril-git _pkgname=${pkgname%-git} pkgver=1.2.0.6073.e36485055 -pkgrel=2 +pkgrel=3 pkgdesc="An astronomical image processing software for Linux. (IRIS clone)" arch=('i686' 'x86_64') license=('GPL3') @@ -19,13 +19,13 @@ depends=( 'exiv2' 'libxisf' 'ffms2' + 'libraw' ) checkdepends=('criterion' 'libcurl-gnutls') makedepends=('git' 'cmake' 'meson' 'ninja') optdepends=('libpng: PNG import' 'libjpeg: JPEG import and export' 'libtiff: TIFF import and export' -'ffms2: films native support as image sequences and import' 'libcurl-gnutls: online astrometry' ) source=('git+https://gitlab.com/free-astro/siril.git') |