summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYan2018-05-27 21:08:44 +0200
committerYan2018-05-27 21:08:44 +0200
commit085229948b2f5f73be1f2c6cf788de42ebf9ac84 (patch)
treee6c79e25fa64f922d4bda48f40f5756353926e17 /PKGBUILD
parentc75b99381ade2dd9da96580db00a07538103a656 (diff)
downloadaur-085229948b2f5f73be1f2c6cf788de42ebf9ac84.tar.gz
Fixed dependency. openssl-1.0 is needed and was not listed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639b8205f77f..63481b29650c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=mestrenova
pkgver=12.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Widely used commercial NMR interpreter"
arch=('x86_64')
url="https://www.mestrelab.com"
install=mestrenova.install
license=('custom:mestrelab')
-depends=('libxi' 'glu' )
+depends=('libxi' 'glu' 'openssl-1.0')
source=("http://mestrelab.com/downloads/mnova/linux/Ubuntu/16.04/mestrenova_12.0.2-20910_amd64.deb")
sha256sums=('4d9d16d3cae95340f265fe0566453fc05a4ac6ce84d5887c300e36c1e47d6620')