summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Heredia2019-08-21 21:00:50 -0300
committerMarcos Heredia2019-08-21 21:00:50 -0300
commit9634f35c7b5ce4535d90ccffa610ec8b64977f19 (patch)
tree7673cbd6550b0df765eef0f68ffb2b164194ae32
parenta184793d91df6082d9a22ac5864096002efa984c (diff)
downloadaur-9634f35c7b5ce4535d90ccffa610ec8b64977f19.tar.gz
Update 1.99.9-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 681d7e10a403..53b033f23236 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 = 1.99.8
- pkgrel = 2
+ pkgver = 1.99.9
+ pkgrel = 1
url = http://texmacs.org/
arch = x86_64
license = GPL3
@@ -20,12 +20,10 @@ pkgbase = texmacs-qt
optdepends = imagemagick: convert images
optdepends = aspell: spell checking
options = !emptydirs
- source = http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.8-src.tar.gz
- source = texmacs-fix-linking.patch
+ source = http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.9-src.tar.gz
source = http://www.texmacs.org/Images/tm_gnu1b.png
source = texmacs.desktop
- md5sums = 603cd25689702759a06984005ec15199
- md5sums = bc683a7c6b961bcf6a41bdb5f35e488f
+ md5sums = 9b3417efd46b9c8d538697074abca291
md5sums = 48c15c09000cc38728d847c3a8ffabc0
md5sums = a1856736b4defd6f3a46cf608b108ef1
diff --git a/PKGBUILD b/PKGBUILD
index d58eba8c1095..43136f502f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=texmacs
pkgname=${_pkgname}-qt
-pkgver=1.99.8
-pkgrel=2
+pkgver=1.99.9
+pkgrel=1
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')
@@ -17,11 +17,11 @@ optdepends=(
makedepends=('ghostscript' 'cmake' 'cairo' 'imlib2')
options=('!emptydirs')
source=("http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-$pkgver-src.tar.gz"
- 'texmacs-fix-linking.patch'
+ #'texmacs-fix-linking.patch'
'http://www.texmacs.org/Images/tm_gnu1b.png'
'texmacs.desktop')
-md5sums=('603cd25689702759a06984005ec15199'
- 'bc683a7c6b961bcf6a41bdb5f35e488f'
+md5sums=('9b3417efd46b9c8d538697074abca291'
+ #'bc683a7c6b961bcf6a41bdb5f35e488f'
'48c15c09000cc38728d847c3a8ffabc0'
'a1856736b4defd6f3a46cf608b108ef1')
@@ -34,9 +34,9 @@ prepare() {
TeXmacs/misc/inkscape_extension/texmacs_reedit.py
sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
sed -e 's/-Wno-deprecated-register//g' -i CMakeLists.txt
- patch -p1 -i ../texmacs-fix-linking.patch # Fix linking thanks ArchLinux PKGBUILD
+ #patch -p1 -i ../texmacs-fix-linking.patch # Fix linking thanks ArchLinux PKGBUILD
- sed -i 's/1\.99\.7/1\.99\.8/g' CMakeLists.txt
+ sed -i 's/1\.99\.8/1\.99\.9/g' CMakeLists.txt
}
build() {