diff options
author | Matthew Sexton | 2023-11-23 10:19:53 -0500 |
---|---|---|
committer | Matthew Sexton | 2023-11-23 10:19:53 -0500 |
commit | 411fba5b9b2259dfd0131854d6cb22d52d9caec5 (patch) | |
tree | d8731bee00ac59cc93cf01b2ce3d4983c41fe7cb /PKGBUILD | |
parent | 0a9bee60984be62940096f6a0ca8ccbeb991a694 (diff) | |
download | aur-411fba5b9b2259dfd0131854d6cb22d52d9caec5.tar.gz |
added libheif to depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ pkgname=siril-git _pkgname=${pkgname%-git} -pkgver=1.2.0.6073.e36485055 -pkgrel=3 +pkgver=1.2.0.6313.272d5c6a8 +pkgrel=2 pkgdesc="An astronomical image processing software for Linux. (IRIS clone)" arch=('i686' 'x86_64') license=('GPL3') @@ -20,6 +20,7 @@ depends=( 'libxisf' 'ffms2' 'libraw' + 'libheif' ) checkdepends=('criterion' 'libcurl-gnutls') makedepends=('git' 'cmake' 'meson' 'ninja') @@ -32,7 +33,6 @@ source=('git+https://gitlab.com/free-astro/siril.git') sha1sums=('SKIP') provides=($_pkgname=$pkgver) conflicts=($_pkgname) -replaces=($_pkgname) pkgver() { cd "${srcdir}/${_pkgname}" |