summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')