summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2017-09-03 15:19:12 -0400
committerMiguel de Val-Borro2017-09-03 15:19:12 -0400
commit3aeeb60a810f5874fb184f05307be870a33f69a5 (patch)
treeec6c128d3f5c2e2ba90a09d779797ae74665fccd
parentda7748860ef92e37342f814387e4b2acc26d7100 (diff)
downloadaur-3aeeb60a810f5874fb184f05307be870a33f69a5.tar.gz
Fix optdepends and openmotif dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77abd42ed322..e00933f3486f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Aug 7 20:41:27 UTC 2017
pkgbase = xephem
pkgdesc = The Serious Interactive Astronomical Software Ephemeris
pkgver = 3.7.7
- pkgrel = 5
+ pkgrel = 6
url = http://www.clearskyinstitute.com/xephem/xephem.html
arch = i686
arch = x86_64
license = custom
depends = libxmu
- depends = lesstif
+ depends = openmotif
optdepends = perl
+ optdepends = openssl
source = http://www.clearskyinstitute.com/xephem/xephem-3.7.7.tgz
source = http://www.clearskyinstitute.com/xephem/contrib/xephem-3.7.7_openssl.patch
md5sums = 27c67061a89085bf2b0d4e9deb758a79
diff --git a/PKGBUILD b/PKGBUILD
index 297a5ad036b7..1f1a6cb739eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=xephem
pkgver=3.7.7
-pkgrel=5
+pkgrel=6
pkgdesc="The Serious Interactive Astronomical Software Ephemeris"
arch=('i686' 'x86_64')
url="http://www.clearskyinstitute.com/xephem/xephem.html"
license=("custom")
-depends=(libxmu lesstif)
+depends=(libxmu openmotif)
optdepends=(perl openssl)
makedepends=()
-optdepends=(perl)
source=(http://www.clearskyinstitute.com/xephem/$pkgname-$pkgver.tgz
http://www.clearskyinstitute.com/xephem/contrib/xephem-3.7.7_openssl.patch)
md5sums=('27c67061a89085bf2b0d4e9deb758a79'