[arch-commits] Commit in haskell-tidal/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Apr 18 12:32:55 UTC 2020
Date: Saturday, April 18, 2020 @ 12:32:55
Author: dvzrv
Revision: 616064
upgpkg: haskell-tidal 1.4.9-3: Fixing typo in replaces and going back to conflicts instead of provides.
Modified:
haskell-tidal/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-18 12:23:12 UTC (rev 616063)
+++ PKGBUILD 2020-04-18 12:32:55 UTC (rev 616064)
@@ -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 @@
'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')
More information about the arch-commits
mailing list