Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-crypto-token
Commits:
ce94eeb5 by Felix Yan at 2023-11-24T09:39:44+02:00
upgpkg: 0.0.2-1: rebuild with crypto-token 0.0.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = haskell-crypto-token
pkgdesc = Crypto tokens
- pkgver = 0.0.1
- pkgrel = 39
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/kazu-yamamoto/crypto-token
arch = x86_64
license = BSD
makedepends = ghc
depends = ghc-libs
- depends = haskell-cryptonite
+ depends = haskell-crypton
depends = haskell-memory
- source =
https://hackage.haskell.org/packages/archive/crypto-token/0.0.1/crypto-token-0.0.1.tar.gz
- sha256sums =
269afee5240308f02c6dac6924d52245ed392e305d6529b3c26998daa11b56b6
+ source =
https://hackage.haskell.org/packages/archive/crypto-token/0.0.2/crypto-token-0.0.2.tar.gz
+ sha256sums =
ee4ae4cfc2a2fa5f73713e36f8a53f73bd7065ff598c87bf6b1c39bb9b5b2d13
pkgname = haskell-crypto-token
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
_hkgname=crypto-token
pkgname=haskell-crypto-token
-pkgver=0.0.1
-pkgrel=39
+pkgver=0.0.2
+pkgrel=1
pkgdesc="Crypto tokens"
url="https://github.com/kazu-yamamoto/crypto-token"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory')
+depends=('ghc-libs' 'haskell-crypton' 'haskell-memory')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('269afee5240308f02c6dac6924d52245ed392e305d6529b3c26998daa11b56b6')
+sha256sums=('ee4ae4cfc2a2fa5f73713e36f8a53f73bd7065ff598c87bf6b1c39bb9b5b2d13')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-crypto-token/-/commit/ce94eeb540c7e5712faa1a053d680bf2bbb80719
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-crypto-token/-/commit/ce94eeb540c7e5712faa1a053d680bf2bbb80719
You're receiving this email because of your account on gitlab.archlinux.org.