summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPotato Hatsue2020-12-13 12:37:31 +0800
committerPotato Hatsue2020-12-13 12:37:31 +0800
commit9fad9c2862759c94097722c71bfb952a7fa608d9 (patch)
tree52530182fee37c44d0bd0ebd8b95db5b73973801
parent445c862324ef3bc5a82a418bc88ff659fd8d1d97 (diff)
downloadaur-9fad9c2862759c94097722c71bfb952a7fa608d9.tar.gz
Update dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea289230c176..41b3e209426f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-hs-git
pkgdesc = Distribute hackage packages to archlinux
- pkgver = r170.bdb080e
+ pkgver = r210.cd7305a
pkgrel = 1
url = https://github.com/berberman/arch-hs
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = arch-hs-git
depends = haskell-colourista
depends = haskell-optparse-applicative
depends = libalpm.so
+ depends = haskell-diff
provides = arch-hs
conflicts = arch-hs
source = arch-hs::git+https://github.com/berberman/arch-hs.git
diff --git a/PKGBUILD b/PKGBUILD
index 436df02496fc..9e33aaa5ed13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: berberman <hatsue@typed.icu>
pkgname=arch-hs-git
-pkgver=r170.bdb080e
+pkgver=r210.cd7305a
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')
+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')
makedepends=('ghc' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")