[arch-commits] Commit in haskell-cryptonite/trunk (32-bit.patch PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Feb 20 13:59:55 UTC 2016


    Date: Saturday, February 20, 2016 @ 14:59:55
  Author: fyan
Revision: 162735

upgpkg: haskell-cryptonite 0.12-1

Modified:
  haskell-cryptonite/trunk/PKGBUILD
Deleted:
  haskell-cryptonite/trunk/32-bit.patch

--------------+
 32-bit.patch |   27 ---------------------------
 PKGBUILD     |   13 +++----------
 2 files changed, 3 insertions(+), 37 deletions(-)

Deleted: 32-bit.patch
===================================================================
--- 32-bit.patch	2016-02-20 13:59:30 UTC (rev 162734)
+++ 32-bit.patch	2016-02-20 13:59:55 UTC (rev 162735)
@@ -1,27 +0,0 @@
-From ec130aeca009ec94cc1f3c119a282bb57f6577f2 Mon Sep 17 00:00:00 2001
-From: Vincent Hanquez <vincent at snarc.org>
-Date: Wed, 17 Feb 2016 07:05:25 +0000
-Subject: [PATCH] x448: set WBITS to 32 bits on 32 bits architectures
-
----
- cbits/ed448/x448.c | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/cbits/ed448/x448.c b/cbits/ed448/x448.c
-index 5824fe9..c401fe1 100644
---- a/cbits/ed448/x448.c
-+++ b/cbits/ed448/x448.c
-@@ -11,7 +11,12 @@
- #include <stdint.h>
- #include "x448.h"
- 
--#define WBITS 64 /* TODO */
-+#ifdef ARCH_X86_64
-+#define WBITS 64
-+#else
-+#define WBITS 32
-+#endif
-+
- #define LBITS (WBITS * 7 / 8)
- #define X448_LIMBS (448/LBITS)
- 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 13:59:30 UTC (rev 162734)
+++ PKGBUILD	2016-02-20 13:59:55 UTC (rev 162735)
@@ -4,7 +4,7 @@
 
 _hkgname=cryptonite
 pkgname=haskell-cryptonite
-pkgver=0.11
+pkgver=0.12
 pkgrel=1
 pkgdesc="Cryptography Primitives sink"
 url="https://github.com/vincenthz/cryptonite"
@@ -12,17 +12,10 @@
 arch=('i686' 'x86_64')
 depends=("ghc=7.10.3" "haskell-memory")
 options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" 
-        32-bit.patch)
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('4dedc69d6aae086fe9edd7ac3b3bdb0eef5842985eece9189e578c4c1f71676c'
-            '8789fb1ee0f9fc9361d3e06b3a1e2ec86c26db9e6c7b9b77dff254af2f3edcce')
+sha256sums=('8ab0570f6f0864004d6bdce012aaafbf365a45b1721061c7d35554b92f1ababd')
 
-prepare() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    patch -p1 -i ../32-bit.patch
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list