summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-11-08 19:05:24 -0500
committerSolomon Choina2018-11-08 19:05:24 -0500
commitb6336710acefa4bbefe730ab5014ce710a693d4b (patch)
tree2c18c2b1bb3335a32cb44e7e54020faad53c4b68
parent61ca0efa1c45292aa24be5f539f9047e28b6b556 (diff)
downloadaur-b6336710acefa4bbefe730ab5014ce710a693d4b.tar.gz
updating pkgsums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b0ec4338f2..d0a023931557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = haskell-semigroups
depends = haskell-text
depends = haskell-unordered-containers
source = http://hackage.haskell.org/packages/archive/semigroups/0.18.5/semigroups-0.18.5.tar.gz
- sha256sums = 589e3042329a6bcffb5c0e85834143586db22eb7a2aae094d492cd004f685d27
+ sha256sums = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d
pkgname = haskell-semigroups
diff --git a/PKGBUILD b/PKGBUILD
index e60c7fc43c2f..f1860145e55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
makedepends=(ghc)
depends=('haskell-bytestring' 'haskell-deepseq' 'haskell-ghc-prim' 'haskell-containers' 'haskell-hashable' 'haskell-nats' 'haskell-text' 'haskell-unordered-containers')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha256sums=('589e3042329a6bcffb5c0e85834143586db22eb7a2aae094d492cd004f685d27')
+sha256sums=('ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \