summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-11-02 17:06:28 +0100
committerhaawda2022-11-02 17:06:28 +0100
commitcc7da281e092fa0a59feda4b5371387bc3b5da76 (patch)
treed30ac3fe3a5b1d09dc0832850c8a1800c414b67c
parent63c5c20ba508cb828281108f76f54eeaf97c85e5 (diff)
downloadaur-cc7da281e092fa0a59feda4b5371387bc3b5da76.tar.gz
unstick commit
-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')