mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 12:39:19 +01:00
[haskell-fclabels] bump 2.0.2
This commit is contained in:
parent
796c6c989f
commit
35be9109a0
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = haskell-fclabels
|
||||
pkgdesc = First class accessor labels.
|
||||
pkgver = 2.0.0.5
|
||||
pkgver = 2.0.2
|
||||
pkgrel = 1
|
||||
url = http://hackage.haskell.org/package/fclabels
|
||||
install = haskell-fclabels.install
|
||||
|
|
@ -12,8 +12,8 @@ pkgbase = haskell-fclabels
|
|||
depends = haskell-template-haskell>=2.5.0.0
|
||||
depends = haskell-transformers>=0.2.2.0
|
||||
options = strip
|
||||
source = http://hackage.haskell.org/packages/archive/fclabels/2.0.0.5/fclabels-2.0.0.5.tar.gz
|
||||
sha256sums = ab6149f16dd52efa91a273201c58b4343aca3c2ce3ca210bd801a56ae65ee0f5
|
||||
source = http://hackage.haskell.org/packages/archive/fclabels/2.0.2/fclabels-2.0.2.tar.gz
|
||||
sha256sums = b7bd4e6aad908dd2d6c6872a5d3f0b5f538d2fe69e42008025e4af88a8690a81
|
||||
|
||||
pkgname = haskell-fclabels
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
_hkgname=fclabels
|
||||
pkgname=haskell-${_hkgname}
|
||||
pkgver=2.0.0.5
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="First class accessor labels."
|
||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||
|
|
@ -11,7 +11,7 @@ depends=('haskell-mtl>=2.0.1.0' 'haskell-template-haskell>=2.5.0.0' 'haskell-tra
|
|||
options=('strip')
|
||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||
install=${pkgname}.install
|
||||
sha256sums=('ab6149f16dd52efa91a273201c58b4343aca3c2ce3ca210bd801a56ae65ee0f5')
|
||||
sha256sums=('b7bd4e6aad908dd2d6c6872a5d3f0b5f538d2fe69e42008025e4af88a8690a81')
|
||||
build() {
|
||||
cd ${srcdir}/${_hkgname}-${pkgver}
|
||||
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue