summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaron Kent-Dobias2019-02-05 20:10:59 -0500
committerJaron Kent-Dobias2019-02-05 20:10:59 -0500
commite4cbf713b32f8a13d7a37033223a1a07c040a3ae (patch)
treee8b121491e548f955431007468ca8327bd9d8d71
parent0c10b215941970d9001fca938c94fe48804e729b (diff)
downloadaur-e4cbf713b32f8a13d7a37033223a1a07c040a3ae.tar.gz
fixed the package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890ccc464abd..4cdd95420083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-operational
- pkgdesc = A wrapper to gnuplot which lets you create 2D and 3D plots.
+ pkgdesc = This library makes it easy to implement monads with tricky control flow.
pkgver = 0.2.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://hackage.haskell.org/package/operational
arch = x86_64
license = BSD-3
diff --git a/PKGBUILD b/PKGBUILD
index 2588bd198f57..c5cb596e07c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_hkgname=operational
pkgname=haskell-operational
pkgver=0.2.3.5
-pkgrel=1
-pkgdesc='A wrapper to gnuplot which lets you create 2D and 3D plots.'
+pkgrel=2
+pkgdesc='This library makes it easy to implement monads with tricky control flow.'
url='https://hackage.haskell.org/package/operational'
license=('BSD-3')
arch=('x86_64')