Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
dvisvgm


Commits:
262cf6a2 by Antonio Rojas at 2023-10-12T20:04:34+02:00
upgpkg: 3.1.2-1: Update to 3.1.2

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,21 @@
+pkgbase = dvisvgm
+       pkgdesc = A fast DVI, EPS, and PDF to SVG converter
+       pkgver = 3.1.2
+       pkgrel = 1
+       url = https://dvisvgm.de/
+       arch = x86_64
+       license = GPL3
+       makedepends = python
+       depends = brotli
+       depends = freetype2
+       depends = gcc-libs
+       depends = ghostscript
+       depends = glibc
+       depends = potrace
+       depends = texlive-bin
+       depends = woff2
+       depends = zlib
+       source = 
https://github.com/mgieseki/dvisvgm/releases/download/3.1.2/dvisvgm-3.1.2.tar.gz
+       sha256sums = 
bea783adfe931b7794a0c30d7902b82b0d4d9ad6816dcd8a095a931cd33eacf6
+
+pkgname = dvisvgm


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,24 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=dvisvgm
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='A fast DVI, EPS, and PDF to SVG converter'
 arch=(x86_64)
 url='https://dvisvgm.de/'
 license=(GPL3)
-depends=(texlive-bin woff2 ghostscript)
+depends=(brotli
+         freetype2
+         gcc-libs
+         ghostscript
+         glibc
+         potrace
+         texlive-bin
+         woff2
+         zlib)
 makedepends=(python)
 
source=(https://github.com/mgieseki/dvisvgm/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f961830292ee2797375371cef8e4feb29127faeb87318e80e6ca347571539c3b')
+sha256sums=('bea783adfe931b7794a0c30d7902b82b0d4d9ad6816dcd8a095a931cd33eacf6')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dvisvgm/-/commit/262cf6a2422e762eb3a694ed72cc54d7bb9330fd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dvisvgm/-/commit/262cf6a2422e762eb3a694ed72cc54d7bb9330fd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to