Skip to content
Snippets Groups Projects
Commit 2c2cbf2a authored by David Runge's avatar David Runge :chipmunk:
Browse files

Fixing typo in replaces and going back to conflicts instead of provides.

parent 0105faaa
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
_name=Tidal
pkgname=haskell-tidal
pkgver=1.4.9
pkgrel=2
pkgrel=3
pkgdesc="A domain specific language for live coding pattern."
arch=('x86_64')
url="https://tidalcycles.org/"
......@@ -14,8 +14,8 @@ depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
'haskell-primitive' 'haskell-random' 'haskell-vector' 'supercollider')
checkdepends=('haskell-microspec')
optdepends=('sc3-plugins: Examples using special UGens')
provides=('tidalcycles')
replaces=('tidalcyles')
conflicts=('tidalcycles')
replaces=('tidalcycles')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/${_name}/archive/${pkgver}.tar.gz")
sha512sums=('de66872784b1e6ee4f0319bd6e72083415f2485a06c44b15546e5e8bdfc9aabc19c2a6612fe4af66fa12cd166b4b6d91a05dee60127394c279af07207eb62f7b')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment