summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPotato Hatsue2021-01-20 20:14:52 +0800
committerPotato Hatsue2021-01-20 20:14:52 +0800
commita9524bde7d79fee533fb72a689c8ffd6b2b24b52 (patch)
tree1ad1e2cde560bc4337e678c82dbfb6b51f9d913a
parent5f5ab3a1522d9e4bb54ee88940d992b37f6b9ccc (diff)
downloadaur-a9524bde7d79fee533fb72a689c8ffd6b2b24b52.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9df309683e8a..df95d5e2e487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-hs-git
pkgdesc = Distribute hackage packages to archlinux
- pkgver = r224.09ad27d
+ pkgver = r251.1203d2c
pkgrel = 1
url = https://github.com/berberman/arch-hs
arch = x86_64
@@ -26,6 +26,7 @@ pkgbase = arch-hs-git
depends = haskell-diff
depends = haskell-prettyprinter
depends = haskell-prettyprinter-ansi-terminal
+ depends = haskell-arch-web
provides = arch-hs
conflicts = arch-hs
source = arch-hs::git+https://github.com/berberman/arch-hs.git
diff --git a/PKGBUILD b/PKGBUILD
index cef5a1d79e37..f192863fb77b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: berberman <hatsue@typed.icu>
pkgname=arch-hs-git
-pkgver=r224.09ad27d
+pkgver=r251.1203d2c
pkgrel=1
pkgdesc="Distribute hackage packages to archlinux"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-req' 'haskell-hackage-db' 'haskell-
'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'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 'haskell-arch-web'
)
makedepends=('ghc' 'git')
provides=("${pkgname%-git}")