diff --git a/.SRCINFO b/.SRCINFO index bf23943..e4ccf19 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,14 @@ -pkgbase = pdfcpu - pkgdesc = A PDF processor written in Go - pkgver = 0.1.22 +pkgbase = pdfcpu-git + pkgdesc = A PDF processor written in Go. + pkgver = v0.6.0.r2.gb89d7b1 pkgrel = 1 url = https://github.com/hhrutter/pdfcpu - arch = i686 arch = x86_64 - arch = armv7h license = Apache makedepends = go - source = pdfcpu-0.1.22.tar.gz::https://github.com/hhrutter/pdfcpu/archive/v0.1.22.tar.gz - sha256sums = 452860b423d930d9c751cdcd765381370cdb87e55133a3495bd74bdd36ecb62d - -pkgname = pdfcpu + provides = pdfcpu + conflicts = pdfcpu + source = pdfcpu::git+https://github.com/pdfcpu/pdfcpu.git + b2sums = SKIP +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 8939c47..83bc2f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,40 +1,43 @@ -# Maintainer: Noel Kuntze +# Maintainer: Marco Rubin +# Contributor: Noel Kuntze # Contributor: Mikael Eriksson # Contributor: Stephan Eisvogel