summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdn062017-04-06 18:21:39 +0200
committerjdn062017-04-06 18:21:39 +0200
commitafc45577c4fdb3f8d5a7360b0393f363a6dcd5c1 (patch)
tree5183986888432f56ccad30a04d3525908836e7c4
parent156b8b4ac09ac96f3b448ffc88f996b51fc39224 (diff)
downloadaur-afc45577c4fdb3f8d5a7360b0393f363a6dcd5c1.tar.gz
Add dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6d2acdbb46c..fcee6c71339d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 15:59:12 UTC 2017
+# Thu Apr 6 16:21:22 UTC 2017
pkgbase = pyromaths
pkgdesc = French program to create mathematical exercises and models
pkgver = 15.10
- pkgrel = 1
+ pkgrel = 2
arch = any
license = GPL3
makedepends = python2-setuptools
depends = python2-pyqt4
depends = python2-lxml
depends = texlive-pstricks
+ depends = texlive-latexextra
+ optdepends = texlive-fontsextra
+ optdepends = texlive-pictures
source = http://www.pyromaths.org/telecharger/pyromaths-15.10-sources.tar.bz2
sha256sums = 3e54004dfe7159b0dcf8aa1e7a258abb54383e0d95fa6377489d65c51cfa1482
diff --git a/PKGBUILD b/PKGBUILD
index d5d68524c2d2..53b3ed7c24bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=pyromaths
pkgver=15.10
-pkgrel=1
+pkgrel=2
pkgdesc="French program to create mathematical exercises and models"
arch=(any)
license=('GPL3')
-depends=('python2-pyqt4' 'python2-lxml' 'texlive-pstricks')
+depends=('python2-pyqt4' 'python2-lxml' 'texlive-pstricks' 'texlive-latexextra')
makedepends=('python2-setuptools')
+optdepends=('texlive-fontsextra' 'texlive-pictures')
source=(http://www.pyromaths.org/telecharger/$pkgname-$pkgver-sources.tar.bz2)
sha256sums=('3e54004dfe7159b0dcf8aa1e7a258abb54383e0d95fa6377489d65c51cfa1482')