This commit is contained in:
Marco Rubin 2023-08-20 15:11:28 +02:00
parent c193107b1f
commit 2fdf4bed05
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
pkgbase = pdfcpu
pkgdesc = A PDF processor written in Go.
pkgver = 0.4.2
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/hhrutter/pdfcpu
arch = x86_64
license = Apache
makedepends = go
conflicts = pdfcpu-git
source = https://github.com/hhrutter/pdfcpu/archive/refs/tags/v0.4.2.tar.gz
b2sums = 83b640f2be3ce588d59783215e80ebd6fdb27d89744d9adb86b346463881060ab88c1a6e147067e71b83309c9a87bc248b5017cc2f9343ec57253ede2f3fd4b1
source = https://github.com/hhrutter/pdfcpu/archive/v0.5.0.tar.gz
b2sums = b3c554918559db85662f8c9252d9a9a7e2ec3db2c177493bc2bc1f9627f35de69f28ab056d13c02ae05cfd9f3cfb40560f2970c6c5e757a72f0b7cd27344a27f
pkgname = pdfcpu

View File

@ -4,7 +4,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de
pkgname=pdfcpu
pkgver=0.4.2
pkgver=0.5.0
pkgrel=1
pkgdesc='A PDF processor written in Go.'
arch=(x86_64)
@ -12,8 +12,8 @@ url='https://github.com/hhrutter/pdfcpu'
license=('Apache')
conflicts=(pdfcpu-git)
makedepends=(go)
source=($url/archive/refs/tags/v$pkgver.tar.gz)
b2sums=('83b640f2be3ce588d59783215e80ebd6fdb27d89744d9adb86b346463881060ab88c1a6e147067e71b83309c9a87bc248b5017cc2f9343ec57253ede2f3fd4b1')
source=($url/archive/v$pkgver.tar.gz)
b2sums=('b3c554918559db85662f8c9252d9a9a7e2ec3db2c177493bc2bc1f9627f35de69f28ab056d13c02ae05cfd9f3cfb40560f2970c6c5e757a72f0b7cd27344a27f')
build() {
cd $pkgname-$pkgver/cmd/pdfcpu