aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Valdes2018-11-07 13:01:55 -0500
committerAlejandro Valdes2018-11-07 13:01:55 -0500
commitbea2d6a1c11f4c5ca73079b186b19762a4b6034a (patch)
treea809fbd869fc4aaacf996b61a946701cfd1ce34f
parentb88d731e25710e525913aa6d455564a12c391b13 (diff)
downloadaur-bea2d6a1c11f4c5ca73079b186b19762a4b6034a.tar.gz
Undo rename
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a396398746cc..82d6fa1f6798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = mozart2-compiler-bin
+pkgbase = mozart2-compiler
pkgdesc = An open source implementation of Oz 3. (Compiler Only)
pkgver = 2.0.1
pkgrel = 1
@@ -8,11 +8,10 @@ pkgbase = mozart2-compiler-bin
depends = tk
conflicts = mozart2
conflicts = mozart1-bin
- conflicts = mozart2-compiler
source = https://github.com/mozart/mozart2/releases/download/v2.0.1/mozart2-2.0.1-x86_64-linux.rpm
source = https://raw.githubusercontent.com/mozart/mozart2/master/LICENSE.txt
sha512sums = 92eba2ca12ee8fab50de983fca551fb61c1970b229c6c2e4006e61c2fd569b05b1f645d220ab04c28f196c6ebb63ab51b34fcb1a9b23ca47ecbd3bdf88e67d6e
sha512sums = c21dfa28faa03a703d853416126d2135330919036b33b40c790569bccb9a0fdbb3cd3acde0cd001a84333f7fe25a18d02be970612720d7726b01a26f0317a78b
-pkgname = mozart2-compiler-bin
+pkgname = mozart2-compiler
diff --git a/PKGBUILD b/PKGBUILD
index db34f6168be5..f1ba731b9be3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'