This commit is contained in:
Marco Rubin 2023-03-01 11:34:10 +01:00
parent d6e24c804e
commit e886d9f278
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = pdfcpu pkgbase = pdfcpu
pkgdesc = A PDF processor written in Go. pkgdesc = A PDF processor written in Go.
pkgver = 0.3.13 pkgver = 0.4.0
pkgrel = 1 pkgrel = 1
url = https://github.com/hhrutter/pdfcpu url = https://github.com/hhrutter/pdfcpu
arch = x86_64 arch = x86_64
license = Apache license = Apache
makedepends = go makedepends = go
conflicts = pdfcpu-git conflicts = pdfcpu-git
source = https://github.com/hhrutter/pdfcpu/archive/refs/tags/v0.3.13.tar.gz source = https://github.com/hhrutter/pdfcpu/archive/refs/tags/v0.4.0.tar.gz
b2sums = 90ae1a776d597f49e5f6a39dc5c4b46830b93713c4782737486d273097d2118fccd1274eb517d468cffb92adfc4f0e6685bb75d3dc59c5696c2de332954cfda1 b2sums = c99b9d175b92874fac86837c39c2b71894a40c9c39ce33c8ff63321c85ae54ece96757689a896a117ec3d54b19074b7b5825f9e5246102f00515c7ee1500d188
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.3.13 pkgver=0.4.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=(pdfcpu-git) conflicts=(pdfcpu-git)
makedepends=(go) makedepends=(go)
source=($url/archive/refs/tags/v$pkgver.tar.gz) source=($url/archive/refs/tags/v$pkgver.tar.gz)
b2sums=('90ae1a776d597f49e5f6a39dc5c4b46830b93713c4782737486d273097d2118fccd1274eb517d468cffb92adfc4f0e6685bb75d3dc59c5696c2de332954cfda1') b2sums=('c99b9d175b92874fac86837c39c2b71894a40c9c39ce33c8ff63321c85ae54ece96757689a896a117ec3d54b19074b7b5825f9e5246102f00515c7ee1500d188')
build() { build() {
cd $pkgname-$pkgver/cmd/pdfcpu cd $pkgname-$pkgver/cmd/pdfcpu