mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
darcs update to version 2.8.4
This commit is contained in:
parent
e057b5157a
commit
9f29b6f2aa
@ -3,20 +3,18 @@
|
||||
#
|
||||
# Maintainer: Adrián Chaves Frenández (Gallaecio) <adriyetichaves gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=darcs
|
||||
pkgver=2.5
|
||||
pkgver=2.8.4
|
||||
pkgrel=1
|
||||
pkgdesc="Decentralized replacement for CVS with roots in quantum mechanics."
|
||||
arch=(i686 x86_64)
|
||||
url="http://darcs.net/"
|
||||
arch=('x86_64')
|
||||
url="http://darcs.net"
|
||||
license=('GPL')
|
||||
depends=('curl' 'gmp' 'ncurses>=5.6-7')
|
||||
makedepends=('ghc' 'haskell-tar' 'haskell-text' 'haskell-hashed-storage=0.5.3' 'haskell-haskeline' 'haskell-html' 'haskell-parsec=2.1.0.1' 'haskell-regex-compat')
|
||||
makedepends=('ghc' 'haskell-tar' 'haskell-text' 'haskell-hashed-storage<0.6' 'haskell-haskeline' 'haskell-html' 'haskell-parsec<3.2' 'haskell-regex-compat' 'haskell-random' 'haskell-vector')
|
||||
source=("http://darcs.net/releases/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('7de8b352d8b0ed50d71ac0c32d3b6d5c')
|
||||
md5sums=('7456b7957add1b04c49de1b72c137a77')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user