summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoffer.joshua2019-06-01 20:01:40 -0600
committerhoffer.joshua2019-06-01 20:01:40 -0600
commit36a4e09d9df476ef073ed111e8d0314fe8c3f1f7 (patch)
tree4e9b0c2ea55a914861a2d91b53b87db2d87d7ac7
parent9bada538d15f38c2f8d4eb84fcbdcfd1b701192d (diff)
downloadaur-36a4e09d9df476ef073ed111e8d0314fe8c3f1f7.tar.gz
fixed description
-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')