aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
diff options
context:
space:
mode:
authorMikko Värri <vmj@linuxbox.fi>2014-03-10 23:37:45 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:46:47 +0700
commit063adabbb5be0bf58afbb2fc49d11319bc266340 (patch)
tree71a8276ce641b83bb53080234ccac5c35f41c2de /haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
parent79cee3c9063ea5d9ef9de36a6d2ee5e875a8c3fa (diff)
downloadslackbuilds-063adabbb5be0bf58afbb2fc49d11319bc266340.tar.xz
haskell/haskell-attoparsec: Updated for version 0.12.1.2.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild')
-rw-r--r--haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
index 4f3d9623f73e..067209ae443e 100644
--- a/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
+++ b/haskell/haskell-attoparsec/haskell-attoparsec.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-attoparsec
-VERSION=${VERSION:-0.11.1.0}
+VERSION=${VERSION:-0.12.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,7 +96,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a changelog LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a changelog.md LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install