summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd2276e855d4..ac8d3f13fc78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,5 @@
pkgbase = haskell-bytestring-progress
+ pkgdesc = A library for tracking the consumption of a lazy ByteString
pkgver = 1.2
pkgrel = 2
url = http://hackage.haskell.org/package/bytestring-progress
diff --git a/PKGBUILD b/PKGBUILD
index e5b1e1cbb506..fd9a26fdf33c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _hkgname=bytestring-progress
pkgname=haskell-bytestring-progress
pkgver=1.2
pkgrel=2
-pkgdesk="A library for tracking the consumption of a lazy ByteString"
+pkgdesc="A library for tracking the consumption of a lazy ByteString"
url="http://hackage.haskell.org/package/bytestring-progress"
license=('BSD')
arch=('i686' 'x86_64')