diff --git a/.SRCINFO b/.SRCINFO index ec8891b..e4ccf19 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,14 @@ -pkgbase = pdfcpu +pkgbase = pdfcpu-git pkgdesc = A PDF processor written in Go. - pkgver = 0.6.0 - pkgrel = 2 + pkgver = v0.6.0.r2.gb89d7b1 + pkgrel = 1 url = https://github.com/hhrutter/pdfcpu arch = x86_64 license = Apache makedepends = go - source = https://github.com/hhrutter/pdfcpu/archive/v0.6.0.tar.gz - b2sums = f00ee93f1f8c1b1e7c398831f4cdff393d5a01b32753f6cffc5cd3cb2222c562d5a87b9cd31be96683ba4894be63edd2852ec0e1b47078cb77546f6bea1f37ba + provides = pdfcpu + conflicts = pdfcpu + source = pdfcpu::git+https://github.com/pdfcpu/pdfcpu.git + b2sums = SKIP -pkgname = pdfcpu +pkgname = pdfcpu-git diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c5fc98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pkg.tar +*.pkg.tar.* diff --git a/PKGBUILD b/PKGBUILD index c6d1b3d..83bc2f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,33 +3,41 @@ # Contributor: Mikael Eriksson # Contributor: Stephan Eisvogel