summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Manenti2022-09-14 16:38:28 +0200
committerAndrea Manenti2022-09-14 16:38:28 +0200
commit638a10c9a2b1c5f8d241b6a7bbce8173293f8d2b (patch)
treeb342b1dbe2674360e744ccfb61db5b79ca4621ca
parentf7ce91daf4c8f70b2772b795373b711a8770939f (diff)
downloadaur-638a10c9a2b1c5f8d241b6a7bbce8173293f8d2b.tar.gz
removed useless makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b853c89e6c1..334d5e101b13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = ihaskell-git
makedepends = haskell-hspec-contrib
makedepends = haskell-raw-strings-qq
makedepends = haskell-setenv
- makedepends = fakechroot
makedepends = ghc-static
depends = ghc-libs
depends = haskell-aeson
diff --git a/PKGBUILD b/PKGBUILD
index 280ac7ebf2e6..01709d9a67ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 'haskell-cmdargs
'haskell-ipython-kernel' 'haskell-random' 'haskell-shelly' 'haskell-split' 'haskell-strict'
'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector' 'jupyterlab')
makedepends=('git' 'ghc' 'haskell-hunit' 'haskell-here' 'haskell-hspec' 'haskell-hspec-contrib'
- 'haskell-raw-strings-qq' 'haskell-setenv' 'fakechroot' 'ghc-static')
+ 'haskell-raw-strings-qq' 'haskell-setenv' 'ghc-static')
conflicts=()
source=("git+https://github.com/gibiansky/IHaskell")
sha256sums=('SKIP')