Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
asymptote
Commits:
6c4626f0 by Antonio Rojas at 2025-02-17T22:17:50+01:00
upgpkg: 3.00-1: Update to 3.00
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = asymptote
pkgdesc = A vector graphics language (like metapost)
- pkgver = 2.99
+ pkgver = 3.00
pkgrel = 1
url = http://asymptote.sourceforge.net/
arch = x86_64
@@ -29,12 +29,14 @@ pkgbase = asymptote
depends = gsl
depends = libsigsegv
depends = libtirpc
+ depends = ncurses
+ depends = readline
depends = texlive-basic
depends = zlib
optdepends = python-pyqt5: for the xasy GUI
optdepends = python-cson: for the xasy GUI
optdepends = ghostscript: PDF output
- source = git+https://github.com/vectorgraphics/asymptote#tag=2.99
- sha256sums =
d81141c2ae8c2ca82c83b6629db8df53a97b311f4eb7db3976dae8c1a30e1650
+ source = git+https://github.com/vectorgraphics/asymptote#tag=3.00
+ sha256sums =
e887fac74710df3d25043cebd14e3dd0b1eceb03aeddf977b1ad5d6917d2dc3e
pkgname = asymptote
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: bender02 at gmx dot com
pkgname=asymptote
-pkgver=2.99
+pkgver=3.00
pkgrel=1
pkgdesc='A vector graphics language (like metapost)'
arch=(x86_64)
@@ -20,6 +20,8 @@ depends=(boost-libs
gsl
libsigsegv
libtirpc
+ ncurses
+ readline
texlive-basic
zlib)
makedepends=(boost
@@ -40,7 +42,7 @@ optdepends=('python-pyqt5: for the xasy GUI'
'python-cson: for the xasy GUI'
'ghostscript: PDF output')
source=(git+https://github.com/vectorgraphics/asymptote#tag=$pkgver)
-sha256sums=('d81141c2ae8c2ca82c83b6629db8df53a97b311f4eb7db3976dae8c1a30e1650')
+sha256sums=('e887fac74710df3d25043cebd14e3dd0b1eceb03aeddf977b1ad5d6917d2dc3e')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/6c4626f014ee2708a8a321978e5bcb1938e8fd4c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/6c4626f014ee2708a8a321978e5bcb1938e8fd4c
You're receiving this email because of your account on gitlab.archlinux.org.