summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredombek2023-03-11 10:43:25 +0300
committeredombek2023-03-11 10:43:25 +0300
commita26fad4c35cd0b131295406cc164473e40918209 (patch)
tree52885144fb9f41fc97308ead0b6980ba8631c207
parent1718ddb63b37bb07ff26397cbb8083e96124fc92 (diff)
downloadaur-a26fad4c35cd0b131295406cc164473e40918209.tar.gz
fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58f1369eb34e..39efc8cc4191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,15 +7,19 @@ pkgbase = ds9
license = GPL2
makedepends = gcc
makedepends = make
+ makedepends = automake
+ makedepends = autoconf
depends = libx11
+ depends = zlib
depends = libxslt
depends = libxml2
depends = libxft
depends = tcl
- depends = zip
+ depends = tk
provides = ds9
conflicts = ds9-bin
options = !strip
+ options = !lto
source = https://github.com/SAOImageDS9/SAOImageDS9/archive/v8.4.1.tar.gz
source = ds9.desktop
md5sums = d47bfa849596e76e69838050f09ba9ad
diff --git a/PKGBUILD b/PKGBUILD
index 11d5a51a8cda..e6fa70e4a8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ arch=('x86_64')
license=('GPL2')
provides=(ds9)
conflicts=(ds9-bin)
-depends=(libx11 libxslt libxml2 libxft tcl zip)
-options=(!strip)
-makedepends=(gcc make)
+depends=(libx11 zlib libxslt libxml2 libxft tcl tk)
+options=(!strip !lto)
+makedepends=(gcc make automake autoconf)
replaces=()
backup=()
source=("https://github.com/SAOImageDS9/SAOImageDS9/archive/v${pkgver}.tar.gz"