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