summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-12-05 19:33:57 -0800
committeryardenac2013-12-05 19:33:57 -0800
commitc200ad7b2fbc9ecd2db7ff8b7fbf3a74d0ebcd5d (patch)
tree9393aec0105afb3d0bd4fcfa66fe58488e086b6c
parent653da5c7aaabf63b72bd1ae1699a47c5444f9b9f (diff)
downloadaur-c200ad7b2fbc9ecd2db7ff8b7fbf3a74d0ebcd5d.tar.gz
haskell-codec-mbox: bump 0.2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edbefc642256..8032ccfeb965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-codec-mbox
pkgdesc = A library to read and write mailboxes in mbox format
- pkgver = 0.1.0.0
- pkgrel = 2
+ pkgver = 0.2.0.0
+ pkgrel = 1
url = http://hackage.haskell.org/package/codec-mbox
install = haskell-codec-mbox.install
arch = i686
@@ -11,8 +11,8 @@ pkgbase = haskell-codec-mbox
depends = ghc
depends = haskell-fclabels>=1.0
options = strip
- source = http://hackage.haskell.org/packages/archive/codec-mbox/0.1.0.0/codec-mbox-0.1.0.0.tar.gz
- sha256sums = a9022f0196d8cb907cc90d83be97bd6cb7ddab7dee2eeac19d09784183623163
+ source = http://hackage.haskell.org/packages/archive/codec-mbox/0.2.0.0/codec-mbox-0.2.0.0.tar.gz
+ sha256sums = 94094b42a472016be310aba00f25a8f442231c9820be08539337786a9e39764d
pkgname = haskell-codec-mbox
diff --git a/PKGBUILD b/PKGBUILD
index 69359ac6cccd..843191237190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_hkgname=codec-mbox
pkgname=haskell-${_hkgname}
-pkgver=0.1.0.0
-pkgrel=2
+pkgver=0.2.0.0
+pkgrel=1
pkgdesc="A library to read and write mailboxes in mbox format"
url="http://hackage.haskell.org/package/${_hkgname}"
_licensefile=LICENSE
@@ -12,7 +12,7 @@ depends=("ghc" "haskell-fclabels>=1.0")
options=('strip')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=("a9022f0196d8cb907cc90d83be97bd6cb7ddab7dee2eeac19d09784183623163")
+sha256sums=("94094b42a472016be310aba00f25a8f442231c9820be08539337786a9e39764d")
# PKGBUILD functions
build() {