Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
asymptote
Commits:
39537b1c by Antonio Rojas at 2024-11-14T18:04:43+01:00
upgpkg: 2.94-1: Update to 2.94
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = asymptote
pkgdesc = A vector graphics language (like metapost)
- pkgver = 2.93
+ pkgver = 2.94
pkgrel = 1
url = http://asymptote.sourceforge.net/
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = asymptote
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.93
- sha256sums =
59a06d742e54ded2efe462957ec19f273c5b95ed496193f60ae28c68ee0b6eb0
+ source = git+https://github.com/vectorgraphics/asymptote#tag=2.94
+ sha256sums =
2c761f09df75ded5440de25d9ec4f52fffce5e9b0eb899522b7c003065eb65a1
pkgname = asymptote
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: bender02 at gmx dot com
pkgname=asymptote
-pkgver=2.93
+pkgver=2.94
pkgrel=1
pkgdesc='A vector graphics language (like metapost)'
arch=(x86_64)
@@ -40,7 +40,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=('59a06d742e54ded2efe462957ec19f273c5b95ed496193f60ae28c68ee0b6eb0')
+sha256sums=('2c761f09df75ded5440de25d9ec4f52fffce5e9b0eb899522b7c003065eb65a1')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/39537b1cd9ed08461f832cc73ad9d3277d902b26
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/asymptote/-/commit/39537b1cd9ed08461f832cc73ad9d3277d902b26
You're receiving this email because of your account on gitlab.archlinux.org.