summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPoscat2019-12-01 15:15:52 +0800
committerPoscat2019-12-01 15:15:52 +0800
commit708d28677e0e5beb88d8299a0346379d100b372f (patch)
tree400c5439098a4a7bd168f6e19a23d1c9b46465eb
parent211685dc47ed81a9eedc036ca47c8f3c6bdb8e42 (diff)
downloadaur-708d28677e0e5beb88d8299a0346379d100b372f.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 b5a6c1626b99..6414544946b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,13 @@
pkgbase = haskell-latex-formulae-pandoc
pkgdesc = Render LaTeX formulae in pandoc documents to images with an actual LaTeX installation
pkgver = 0.2.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://hackage.haskell.org/package/latex-formulae-pandoc
arch = x86_64
arch = i686
arch = aarch64
license = BSD
makedepends = ghc
- makedepends = ghc-libs
- makedepends = haskell-base64-bytestring
- makedepends = haskell-juicypixels
- makedepends = haskell-pandoc-types
- makedepends = haskell-latex-formulae-image
depends = ghc-libs
depends = haskell-juicypixels
depends = haskell-base64-bytestring
diff --git a/PKGBUILD b/PKGBUILD
index 9dfde4f2fe4c..9dcc03f85aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=haskell-latex-formulae-pandoc
_hkgname=latex-formulae-pandoc
pkgver=0.2.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Render LaTeX formulae in pandoc documents to images with an actual LaTeX installation"
url="https://hackage.haskell.org/package/latex-formulae-pandoc"
license=('BSD')
@@ -11,12 +11,7 @@ depends=('ghc-libs'
'haskell-base64-bytestring'
'haskell-pandoc-types'
'haskell-latex-formulae-image')
-makedepends=('ghc'
- 'ghc-libs'
- 'haskell-base64-bytestring'
- 'haskell-juicypixels'
- 'haskell-pandoc-types'
- 'haskell-latex-formulae-image')
+makedepends=('ghc')
source=(${pkgname}-${pkgver}.tar.gz::"https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
)
sha256sums=('2efc0b9238e237eeacdf3c24f80b7a7546175d4edcb5e86a6f6ffad4769d0c88')