summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2016-08-10 10:45:33 -0700
committerOmar Sandoval2016-08-10 10:45:33 -0700
commit53fa182be86634681003f05a05d4fce4b3160981 (patch)
treece390b2bf885b165d2fd2f727c86fb9b489ca987
parent0d1a9b173a5a4a494ef9e48ec3dd0d761e0d814f (diff)
downloadaur-53fa182be86634681003f05a05d4fce4b3160981.tar.gz
Use options=('!makeflags'), add missing latex dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b2d979105c0..d83d5c46db32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coccinelle
pkgdesc = Provides spatch program used to apply semantic patches
pkgver = 1.0.5
- pkgrel = 2
+ pkgrel = 3
url = http://coccinelle.lip6.fr/
arch = i686
arch = x86_64
@@ -11,11 +11,14 @@ pkgbase = coccinelle
makedepends = ocaml-findlib
makedepends = texlive-core
makedepends = texlive-fontsextra
+ makedepends = texlive-latexextra
+ makedepends = texlive-pictures
depends = pcre
depends = python
optdepends = ocaml: OCaml scripting feature
optdepends = ocaml-findlib: OCaml scripting feature
options = !strip
+ options = !makeflags
source = http://coccinelle.lip6.fr/distrib/coccinelle-1.0.5.tgz
sha256sums = 5efb093b538145b7526a06946c09c7caaa715006658af2049faa8739f459743b
diff --git a/PKGBUILD b/PKGBUILD
index 1b596f286b3d..758be6a97b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,17 @@
pkgname=coccinelle
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Provides spatch program used to apply semantic patches"
arch=('i686' 'x86_64')
url="http://coccinelle.lip6.fr/"
license=('GPL2')
-makedepends=('camlp4' 'ocaml' 'ocaml-findlib' 'texlive-core' 'texlive-fontsextra')
+makedepends=('camlp4' 'ocaml' 'ocaml-findlib' 'texlive-core'
+ 'texlive-fontsextra' 'texlive-latexextra' 'texlive-pictures')
depends=('pcre' 'python')
optdepends=('ocaml: OCaml scripting feature'
'ocaml-findlib: OCaml scripting feature')
-options=(!strip)
+options=('!strip' '!makeflags')
source=(http://coccinelle.lip6.fr/distrib/${pkgname}-${pkgver}.tgz)
sha256sums=('5efb093b538145b7526a06946c09c7caaa715006658af2049faa8739f459743b')
@@ -26,7 +27,7 @@ build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr
- make -j1
+ make
}
package() {