summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2336a86a8c..4a5413d9ef00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texmacs-qt
pkgdesc = WYSIWYG free scientific text editor and graphical frontend to various CASes \n (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas)
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://texmacs.org/
arch = x86_64
license = GPL3
@@ -19,6 +19,8 @@ pkgbase = texmacs-qt
optdepends = ghostscript: rendering ps files
optdepends = imagemagick: convert images
optdepends = aspell: spell checking
+ provides = texmacs=2.1.1
+ conflicts = texmacs
options = !emptydirs
source = http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1.1-src.tar.gz
source = http://www.texmacs.org/Images/tm_gnu1b.png
diff --git a/PKGBUILD b/PKGBUILD
index 8ba912623c2d..0982d467acee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=texmacs
pkgname=${_pkgname}-qt
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="WYSIWYG free scientific text editor and graphical frontend to various CASes \n
(Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas)"
arch=('x86_64')
@@ -15,6 +15,8 @@ optdepends=(
'imagemagick: convert images'
'aspell: spell checking')
makedepends=('ghostscript' 'cmake' 'cairo' 'imlib2')
+provides=("texmacs=${pkgver}")
+conflicts=("texmacs")
options=('!emptydirs')
source=("http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-$pkgver-src.tar.gz"
'http://www.texmacs.org/Images/tm_gnu1b.png'