summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshH1002019-10-24 15:45:15 -0600
committerJoshH1002019-10-24 15:45:15 -0600
commitbf77d23a698d067ac640e6208197ea3d6a096b01 (patch)
treeeb93ffee5ebc8c69da354028c85763957cf1e011
parent36a4e09d9df476ef073ed111e8d0314fe8c3f1f7 (diff)
downloadaur-bf77d23a698d067ac640e6208197ea3d6a096b01.tar.gz
updated to 1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac8d3f13fc78..6d1f12a55b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-bytestring-progress
pkgdesc = A library for tracking the consumption of a lazy ByteString
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.4
+ pkgrel = 1
url = http://hackage.haskell.org/package/bytestring-progress
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = haskell-bytestring-progress
makedepends = haskell-terminal-progress-bar>=0.2.0
depends = ghc
options = strip
- source = https://hackage.haskell.org/packages/archive/bytestring-progress/1.2/bytestring-progress-1.2.tar.gz
- md5sums = 502e643aa440f04d5efe02577aec6f33
+ source = https://hackage.haskell.org/packages/archive/bytestring-progress/1.4/bytestring-progress-1.4.tar.gz
+ md5sums = 29e27a426a3ae09047e35d9e380d0d29
pkgname = haskell-bytestring-progress
diff --git a/PKGBUILD b/PKGBUILD
index fd9a26fdf33c..7ef0ae8f4723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-# Maintainer: Josh Hoffer
_hkgname=bytestring-progress
pkgname=haskell-bytestring-progress
-pkgver=1.2
-pkgrel=2
+pkgver=1.4
+pkgrel=1
pkgdesc="A library for tracking the consumption of a lazy ByteString"
url="http://hackage.haskell.org/package/bytestring-progress"
license=('BSD')
@@ -40,4 +39,4 @@ package() {
runhaskell Setup copy --destdir="${pkgdir}"
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/bytestring-progress"
}
-md5sums=('502e643aa440f04d5efe02577aec6f33')
+md5sums=('29e27a426a3ae09047e35d9e380d0d29')