summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorberberman2020-09-30 22:17:51 +0800
committerberberman2020-09-30 22:17:51 +0800
commit2f439d6dbda7efbf0b9e4dd7b1f7e7cc8af01752 (patch)
tree2e9143df09489eddb7ce91369b3f68da2b28fcd2
parentcf376c65c7cb2dfd07f9db387d4872a350022b24 (diff)
downloadaur-2f439d6dbda7efbf0b9e4dd7b1f7e7cc8af01752.tar.gz
Remove csv dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660a1168e8bf..a9f73885e463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-hs-git
pkgdesc = Generating PKGBUILD for hackage packages.
- pkgver = r139.a397720
+ pkgver = r143.f64aada
pkgrel = 1
url = https://github.com/berberman/arch-hs
arch = x86_64
@@ -23,7 +23,6 @@ pkgbase = arch-hs-git
depends = haskell-polysemy
depends = haskell-colourista
depends = haskell-optparse-applicative
- depends = haskell-csv
provides = arch-hs
conflicts = arch-hs
source = arch-hs::git+https://github.com/berberman/arch-hs.git
diff --git a/PKGBUILD b/PKGBUILD
index 65fc319908ab..8a6f3d487ddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: berberman <hatsue@typed.icu>
pkgname=arch-hs-git
-pkgver=r139.a397720
+pkgver=r143.f64aada
pkgrel=1
pkgdesc="Generating PKGBUILD for hackage packages."
arch=('x86_64')
url="https://github.com/berberman/arch-hs"
license=('MIT')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 'haskell-megaparsec' 'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 'haskell-conduit-extra' 'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th' 'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative' 'haskell-csv')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 'haskell-megaparsec' 'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 'haskell-conduit-extra' 'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th' 'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative')
makedepends=('ghc' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")