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