summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrás Wacha2022-03-17 12:45:47 +0100
committerAndrás Wacha2022-03-17 12:45:47 +0100
commit20167bd7d8e620f41b7f9a172ef191ec5fbf2f1b (patch)
tree48e9cca472da450c907ae2beda9c7d19d331faf1
parentd441333b2daa48cda0ca284578b3598f6fc627a1 (diff)
downloadaur-20167bd7d8e620f41b7f9a172ef191ec5fbf2f1b.tar.gz
Added make dependencies gendesk and perl-module-build-tiny as per request of @mattiaCosmo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44c18317296..7c45113c74e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = demeter
pkgdesc = Demeter is a comprehensive system for processing and analyzing X-ray Absorption Spectroscopy data.
pkgver = 0.9.27
- pkgrel = 3
+ pkgrel = 4
url = https://bruceravel.github.io/demeter/
arch = i686
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = demeter
makedepends = python-pybtex
makedepends = python-sphinxcontrib-bibtex
makedepends = python-sphinxcontrib-blockdiag
+ makedepends = gendesk
+ makedepends = perl-module-build-tiny
depends = ifeffit
depends = pgplot
depends = perl-archive-zip
diff --git a/PKGBUILD b/PKGBUILD
index 7bd94e7476a1..e27249eb4b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: András Wacha <awacha at gmail>
pkgname=demeter
pkgver=0.9.27
-pkgrel=3
+pkgrel=4
pkgdesc="Demeter is a comprehensive system for processing and analyzing X-ray Absorption Spectroscopy data."
arch=('i686' 'x86_64')
url="https://bruceravel.github.io/demeter/"
@@ -20,7 +20,7 @@ depends=('ifeffit' 'pgplot' 'perl-archive-zip' 'perl-capture-tiny'
'perl-pod-projectdocs' 'perl-file-monitor-lite'
'perl-graphics-gnuplotif' 'perl-term-sk' 'perl-term-twiddle' 'perl-file-copy-recursive'
'perl-rpc-xml' 'perl-yaml-tiny')
-makedepends=('perl-module-build' 'imagemagick' 'perl-file-copy-recursive' 'python-sphinx' 'python-pybtex' 'python-sphinxcontrib-bibtex' 'python-sphinxcontrib-blockdiag')
+makedepends=('perl-module-build' 'imagemagick' 'perl-file-copy-recursive' 'python-sphinx' 'python-pybtex' 'python-sphinxcontrib-bibtex' 'python-sphinxcontrib-blockdiag' 'gendesk' 'perl-module-build-tiny')
source=("https://github.com/bruceravel/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('9cc4f0f862fbea3d569079435208707e848cf61762aa901bd7ad199aed0330ca651658ce99e26d7fb8eafaa3874432d3478c1af48042d0ef91a26f48685b61f0')