Update version

This commit is contained in:
Doron Behar 2019-03-26 15:09:21 +01:00
parent 5369541791
commit 6f8814d83f
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = pdfcpu
pkgdesc = A PDF processor written in Go
pkgver = 0.1.21
pkgver = 0.1.22
pkgrel = 1
url = https://github.com/hhrutter/pdfcpu
arch = i686
@ -8,8 +8,8 @@ pkgbase = pdfcpu
arch = armv7h
license = Apache
makedepends = go
source = pdfcpu-0.1.21.tar.gz::https://github.com/hhrutter/pdfcpu/archive/v0.1.21.tar.gz
sha256sums = a43a12a7870979ca4a5a658739052debf8048c8c21dec5a685eab772d2911f8e
source = pdfcpu-0.1.22.tar.gz::https://github.com/hhrutter/pdfcpu/archive/v0.1.22.tar.gz
sha256sums = 452860b423d930d9c751cdcd765381370cdb87e55133a3495bd74bdd36ecb62d
pkgname = pdfcpu

View File

@ -4,7 +4,7 @@
pkgname=pdfcpu
_gourl=github.com/hhrutter/pdfcpu
pkgver=0.1.21
pkgver=0.1.22
pkgrel=1
pkgdesc="A PDF processor written in Go"
arch=(i686 x86_64 armv7h)
@ -14,7 +14,7 @@ makedepends=(go)
source=(pdfcpu-$pkgver.tar.gz::https://$_gourl/archive/v$pkgver.tar.gz)
sha256sums=('a43a12a7870979ca4a5a658739052debf8048c8c21dec5a685eab772d2911f8e')
sha256sums=('452860b423d930d9c751cdcd765381370cdb87e55133a3495bd74bdd36ecb62d')
prepare() {
export GOPATH="${srcdir}/build"