summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPotato Hatsue2020-12-21 22:30:12 +0800
committerPotato Hatsue2020-12-21 22:30:12 +0800
commit5f5ab3a1522d9e4bb54ee88940d992b37f6b9ccc (patch)
tree76ae66aca3e0b036bb19935a2c850212d6aae45a
parent9fad9c2862759c94097722c71bfb952a7fa608d9 (diff)
downloadaur-5f5ab3a1522d9e4bb54ee88940d992b37f6b9ccc.tar.gz
Update dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b3e209426f..9df309683e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-hs-git
pkgdesc = Distribute hackage packages to archlinux
- pkgver = r210.cd7305a
+ pkgver = r224.09ad27d
pkgrel = 1
url = https://github.com/berberman/arch-hs
arch = x86_64
@@ -21,10 +21,11 @@ pkgbase = arch-hs-git
depends = haskell-microlens
depends = haskell-microlens-th
depends = haskell-polysemy
- depends = haskell-colourista
depends = haskell-optparse-applicative
depends = libalpm.so
depends = haskell-diff
+ depends = haskell-prettyprinter
+ depends = haskell-prettyprinter-ansi-terminal
provides = arch-hs
conflicts = arch-hs
source = arch-hs::git+https://github.com/berberman/arch-hs.git
diff --git a/PKGBUILD b/PKGBUILD
index 9e33aaa5ed13..cef5a1d79e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
# Maintainer: berberman <hatsue@typed.icu>
pkgname=arch-hs-git
-pkgver=r210.cd7305a
+pkgver=r224.09ad27d
pkgrel=1
pkgdesc="Distribute hackage packages to archlinux"
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' 'libalpm.so' 'haskell-diff')
+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-optparse-applicative' 'libalpm.so' 'haskell-diff'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal'
+)
makedepends=('ghc' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")