Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / pstoedit
Commits: 52706f96 by Caleb Maclennan at 2024-02-28T15:41:27+03:00 upgpkg: 4.00-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = pstoedit + pkgdesc = Translates PostScript and PDF graphics into other vector formats + pkgver = 4.00 + pkgrel = 1 + url = http://www.pstoedit.net/ + arch = x86_64 + license = GPL + makedepends = ghostscript + depends = gcc-libs + depends = plotutils + depends = gd + depends = imagemagick + source = https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-4.00.tar.gz + sha512sums = 82a8afd56bdefdc78fe7c39367480943a1639412e271f9469e3f9b77e3652cd6a291a828eeaba28ff0aeba58cb1bb052624650cdc4c8658b4e7e27f6d4a386f4 + +pkgname = pstoedit ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=pstoedit -pkgver=3.78 +pkgver=4.00 pkgrel=1 pkgdesc="Translates PostScript and PDF graphics into other vector formats" arch=('x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick') makedepends=('ghostscript') source=("https://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz") -sha512sums=('ed880da1ba16780224b4bb40d520f99bc5290b4335dd30f1a195855ce75b3880d5a4fca9885b214855ce61d8bd701aa0681a190e69a8fdef2f3d5e1e2f692648') +sha512sums=('82a8afd56bdefdc78fe7c39367480943a1639412e271f9469e3f9b77e3652cd6a291a828eeaba28ff0aeba58cb1bb052624650cdc4c8658b4e7e27f6d4a386f4') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pstoedit/-/commit/52706f96e0af45c1063119d6a8b4a1ba095382d4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pstoedit/-/commit/52706f96e0af45c1063119d6a8b4a1ba095382d4 You're receiving this email because of your account on gitlab.archlinux.org.
