summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPoscat2019-12-01 15:16:32 +0800
committerPoscat2019-12-01 15:16:32 +0800
commitfaaa33a0999f78d5ba765b698b070dacc0a1d5bf (patch)
treea2a1351144a9d26f56429c1c4bf30a9ee1939161
parentd1c69b6701b2b5af71d89cf76f705ef80b33acbc (diff)
downloadaur-faaa33a0999f78d5ba765b698b070dacc0a1d5bf.tar.gz
Fix makedeps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb9eddf8fe5..28742f9ab151 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,13 @@
pkgbase = haskell-latex-formulae-hakyll
pkgdesc = A library for rendering LaTeX formulae as images using an actual LaTeX installation
pkgver = 0.2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://hackage.haskell.org/package/latex-formulae-hakyll
arch = x86_64
arch = i686
arch = aarch64
license = BSD
makedepends = ghc
- makedepends = haskell-hakyll
- makedepends = haskell-latex-formulae-image
- makedepends = haskell-latex-formulae-pandoc
- makedepends = haskell-lrucache
- makedepends = haskell-pandoc-types
depends = ghc-libs
depends = haskell-hakyll
depends = haskell-latex-formulae-image
diff --git a/PKGBUILD b/PKGBUILD
index 765d08ff006a..12c5cbdcf4e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=haskell-latex-formulae-hakyll
_hkgname=latex-formulae-hakyll
pkgver=0.2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A library for rendering LaTeX formulae as images using an actual LaTeX installation"
url="https://hackage.haskell.org/package/latex-formulae-hakyll"
license=('BSD')
@@ -12,12 +12,7 @@ depends=('ghc-libs'
'haskell-latex-formulae-pandoc'
'haskell-lrucache'
'haskell-pandoc-types')
-makedepends=('ghc'
- 'haskell-hakyll'
- 'haskell-latex-formulae-image'
- 'haskell-latex-formulae-pandoc'
- 'haskell-lrucache'
- 'haskell-pandoc-types')
+makedepends=('ghc')
source=(${pkgname}-${pkgver}.tar.gz::"https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
cabal.patch)
sha256sums=('ae300d1e29d392f88961719b3a2429c14a2337295d2f9b47cc6850ccd8b82660'