summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7c07a91d6b2..2387f281721d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texmacs-svn
pkgdesc = Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- pkgver = 20221031.14053
+ pkgver = 20221102.14062
pkgrel = 1
url = http://www.texmacs.org/
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = texmacs-svn
conflicts = texmacs
options = !emptydirs
options = !ccache
- source = texmacs::svn://svn.savannah.gnu.org/texmacs/trunk/src#revision=14053
+ source = texmacs::svn://svn.savannah.gnu.org/texmacs/trunk/src
sha256sums = SKIP
pkgname = texmacs-svn
diff --git a/PKGBUILD b/PKGBUILD
index 4dbd1c66ce04..5b19c1002605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20221031.14053
+pkgver=20221102.14062
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=('transfig: convert images using fig2ps'
'imagemagick: convert images'
'aspell: spell checking')
makedepends=('ghostscript' 'cmake' 'subversion')
-source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src#revision=14053")
+source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src")
sha256sums=('SKIP')
options=('!emptydirs' '!ccache')
provides=('texmacs')