diff options
author | Alejandro Valdes | 2018-11-07 13:01:55 -0500 |
---|---|---|
committer | Alejandro Valdes | 2018-11-07 13:01:55 -0500 |
commit | bea2d6a1c11f4c5ca73079b186b19762a4b6034a (patch) | |
tree | a809fbd869fc4aaacf996b61a946701cfd1ce34f /PKGBUILD | |
parent | b88d731e25710e525913aa6d455564a12c391b13 (diff) | |
download | aur-mozart2-compiler.tar.gz |
Undo rename
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Alejandro Valdes <alejandrovaldes@live.com> -pkgname='mozart2-compiler-bin' +pkgname='mozart2-compiler' pkgver='2.0.1' pkgrel=1 pkgdesc='An open source implementation of Oz 3. (Compiler Only)' @@ -8,7 +8,7 @@ arch=('x86_64') url='https://mozart.github.io/' license=('BSD') depends=('tk') -conflicts=('mozart2' 'mozart1-bin' 'mozart2-compiler') +conflicts=('mozart2' 'mozart1-bin') source=(https://github.com/mozart/mozart2/releases/download/v${pkgver}/mozart2-${pkgver}-x86_64-linux.rpm https://raw.githubusercontent.com/mozart/mozart2/master/LICENSE.txt) sha512sums=('92eba2ca12ee8fab50de983fca551fb61c1970b229c6c2e4006e61c2fd569b05b1f645d220ab04c28f196c6ebb63ab51b34fcb1a9b23ca47ecbd3bdf88e67d6e' |