Browse Source
haskell/haskell-uuid-types: Updated for version 1.0.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons
4 years ago
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
7 additions and
4 deletions
-
haskell/haskell-uuid-types/haskell-uuid-types.SlackBuild
-
haskell/haskell-uuid-types/haskell-uuid-types.info
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-uuid-types |
|
|
|
VERSION=${VERSION:-1.0.4} |
|
|
|
VERSION=${VERSION:-1.0.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -76,6 +76,7 @@ cd $TMP |
|
|
|
rm -rf $SRCNAM-$VERSION |
|
|
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz |
|
|
|
cd $SRCNAM-$VERSION |
|
|
|
cat $CWD/1.cabal > $SRCNAM.cabal |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
|
|
@ -1,8 +1,10 @@ |
|
|
|
PRGNAM="haskell-uuid-types" |
|
|
|
VERSION="1.0.4" |
|
|
|
VERSION="1.0.5" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/uuid-types" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.4/uuid-types-1.0.4.tar.gz" |
|
|
|
MD5SUM="a5c6f9a2db9763a880931b784e6be85a" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/packages/archive/uuid-types/1.0.5/uuid-types-1.0.5.tar.gz \ |
|
|
|
https://hackage.haskell.org/package/uuid-types-1.0.5/revision/1.cabal" |
|
|
|
MD5SUM="4d01259910b30ba841129c9b98d20f04 \ |
|
|
|
4e431e90485e7263b359555d1b664a40" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-hashable haskell-random" |
|
|
|
|