This commit is contained in:
Marco Rubin 2023-12-10 11:19:44 +01:00
parent 7178e9dd1e
commit 0bba11d762
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pdfcpu pkgbase = pdfcpu
pkgdesc = A PDF processor written in Go. pkgdesc = A PDF processor written in Go.
pkgver = 0.5.0 pkgver = 0.6.0
pkgrel = 1 pkgrel = 1
url = https://github.com/hhrutter/pdfcpu url = https://github.com/hhrutter/pdfcpu
arch = x86_64 arch = x86_64
@ -8,7 +8,7 @@ pkgbase = pdfcpu
makedepends = go makedepends = go
conflicts = pdfcpu-bin conflicts = pdfcpu-bin
conflicts = pdfcpu-git conflicts = pdfcpu-git
source = https://github.com/hhrutter/pdfcpu/archive/v0.5.0.tar.gz source = https://github.com/hhrutter/pdfcpu/archive/v0.6.0.tar.gz
b2sums = b3c554918559db85662f8c9252d9a9a7e2ec3db2c177493bc2bc1f9627f35de69f28ab056d13c02ae05cfd9f3cfb40560f2970c6c5e757a72f0b7cd27344a27f b2sums = f00ee93f1f8c1b1e7c398831f4cdff393d5a01b32753f6cffc5cd3cb2222c562d5a87b9cd31be96683ba4894be63edd2852ec0e1b47078cb77546f6bea1f37ba
pkgname = pdfcpu pkgname = pdfcpu

View File

@ -4,7 +4,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de # Contributor: Stephan Eisvogel <eisvogel at embinet dot de
pkgname=pdfcpu pkgname=pdfcpu
pkgver=0.5.0 pkgver=0.6.0
pkgrel=1 pkgrel=1
pkgdesc='A PDF processor written in Go.' pkgdesc='A PDF processor written in Go.'
arch=(x86_64) arch=(x86_64)
@ -13,7 +13,7 @@ license=('Apache')
conflicts=($pkgname-bin $pkgname-git) conflicts=($pkgname-bin $pkgname-git)
makedepends=(go) makedepends=(go)
source=($url/archive/v$pkgver.tar.gz) source=($url/archive/v$pkgver.tar.gz)
b2sums=('b3c554918559db85662f8c9252d9a9a7e2ec3db2c177493bc2bc1f9627f35de69f28ab056d13c02ae05cfd9f3cfb40560f2970c6c5e757a72f0b7cd27344a27f') b2sums=('f00ee93f1f8c1b1e7c398831f4cdff393d5a01b32753f6cffc5cd3cb2222c562d5a87b9cd31be96683ba4894be63edd2852ec0e1b47078cb77546f6bea1f37ba')
build() { build() {
cd $pkgname-$pkgver/cmd/pdfcpu cd $pkgname-$pkgver/cmd/pdfcpu