summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-06-12 17:24:49 -0400
committerSolomon Choina2019-06-12 17:24:49 -0400
commitf92fca44d4dff358caf80e817cc7d9cee649c73a (patch)
treec89722ef5a97d77a16c178466c80300cee4301fd
parentb6336710acefa4bbefe730ab5014ce710a693d4b (diff)
downloadaur-f92fca44d4dff358caf80e817cc7d9cee649c73a.tar.gz
updating pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0a023931557..9e3304dd37c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-semigroups
pkgdesc = Anything that associates
- pkgver = 0.18.5
+ pkgver = 0.19
pkgrel = 1
url = http://hackage.haskell.org/package/semigroups
arch = i686
@@ -15,8 +15,8 @@ pkgbase = haskell-semigroups
depends = haskell-nats
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 = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d
+ source = http://hackage.haskell.org/packages/archive/semigroups/0.19/semigroups-0.19.tar.gz
+ sha256sums = 399d033b02853094a11a1d78e9ab05140f00af4b56fede405c66032f466b2cba
pkgname = haskell-semigroups
diff --git a/PKGBUILD b/PKGBUILD
index f1860145e55b..81bd02fc189e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Solomon Choina <shlomochoina@gmail.com
_hkgname=semigroups
pkgname=haskell-semigroups
-pkgver=0.18.5
+pkgver=0.19
pkgrel=1
pkgdesc="Anything that associates"
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -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=('ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d')
+sha256sums=('399d033b02853094a11a1d78e9ab05140f00af4b56fede405c66032f466b2cba')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \