summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Dallilar2022-04-20 13:34:10 +0200
committerYigit Dallilar2022-04-20 13:34:10 +0200
commit0c49c2a7104fe774f26d442b6b53945b0f8db099 (patch)
treed20b44b3568443602c36d816cabbe5971be29d29
parent875ec1f69f4b6a9e4d0fb698a60a9f9acc4856ff (diff)
downloadaur-0c49c2a7104fe774f26d442b6b53945b0f8db099.tar.gz
recompile
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 165a24772c17..886a8fab76da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ds9
pkgdesc = SAOImage DS9: Astronomical Data Visualization Application
pkgver = 8.3
- pkgrel = 3
+ pkgrel = 4
url = http://hea-www.harvard.edu/RD/ds9/
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = ds9
makedepends = zip
provides = ds9
options = !strip
- options = !lto
+ options = lto
source = https://github.com/SAOImageDS9/SAOImageDS9/archive/v8.3.tar.gz
source = ds9.desktop
source = ds9.png
diff --git a/PKGBUILD b/PKGBUILD
index f7527a5e4517..3d2b351d1a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ds9
pkgver=8.3
-pkgrel=3
+pkgrel=4
pkgdesc="SAOImage DS9: Astronomical Data Visualization Application"
url="http://hea-www.harvard.edu/RD/ds9/"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
provides=(ds9)
conflicts=(ds9-bin)
depends=()
-options=(!strip !lto)
+options=(!strip lto)
makedepends=(libx11 libxslt libxml2 libxft tcl zip)
conflicts=()
replaces=()
@@ -31,6 +31,8 @@ prepare() {
}
build() {
+ LDFLAGS="-lm $LDFLAGS"
+ echo $LDFLAGS
cd ${srcdir}/SAOImageDS9-${pkgver}
unix/configure
make