summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent2017-07-10 21:48:51 +0200
committerVincent2017-07-10 21:48:51 +0200
commit859e938bdf834b73e4b6d7a047b761a3667b14a2 (patch)
tree9c3c62199f532d2368168860a4159053b11788ab
parentafd54586db2995899e26bdb58aa7af2c652e0010 (diff)
downloadaur-859e938bdf834b73e4b6d7a047b761a3667b14a2.tar.gz
removing unneeded dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03969145344e..b4d98814c5a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = siril
pkgdesc = An astronomical image processing software for Linux. (IRIS clone)
pkgver = 0.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://free-astro.org/index.php/Siril
arch = i686
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = siril
optdepends = libjpeg: JPEG import and export
optdepends = libtiff: TIFF import and export
optdepends = libraw: DSLR RAW images import
- optdepends = giflib: animated GIF monochrome sequence export
optdepends = ffms2: films native support as image sequences and import
source = https://free-astro.org/download/siril-0.9.6.tar.bz2
sha1sums = 5ce59ccf4c9785e025cbf896657b025a0b368b33
diff --git a/PKGBUILD b/PKGBUILD
index 101dbbf0a110..46a30078c0b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent Hourdin <vh|at|free-astro=DOT=vinvin.tf>
pkgname=siril
pkgver=0.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
license=('GPLv3')
@@ -12,7 +12,6 @@ optdepends=('libpng: PNG import'
'libjpeg: JPEG import and export'
'libtiff: TIFF import and export'
'libraw: DSLR RAW images import'
-'giflib: animated GIF monochrome sequence export'
'ffms2: films native support as image sequences and import'
)