mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qpdf to 10.0.2-1
This commit is contained in:
parent
d03c7304be
commit
2331110ec8
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=qpdf
|
||||
pkgver=10.0.1
|
||||
pkgver=10.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
|
||||
arch=('x86_64')
|
||||
|
@ -16,10 +16,10 @@ license=('custom:Artistic-2.0' 'Apache')
|
|||
depends=('libjpeg-turbo' 'zlib' 'gnutls')
|
||||
#optdepends=('perl: required for fix-qdf')
|
||||
#checkdepends=('perl')
|
||||
# https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.0.0/qpdf-10.0.0.sha512
|
||||
# https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.0.2/qpdf-10.0.2.sha256
|
||||
source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
|
||||
https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
|
||||
sha512sums=('b73c0839b08905052d90ed78645cc9fb4fda4a0fa803db7b46f3d77a2c2f7e8cec52173834b1e1f008f3a3475a7d913362d22e1ebece11187a90c9035b81de94'
|
||||
sha256sums=('19cd25ca241afe20006cade2c165ad3dba9a91a8354ab72ea3e02e4a60cac70d'
|
||||
'SKIP')
|
||||
validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt <ejb@ql.org>"
|
||||
|
||||
|
@ -32,6 +32,7 @@ build() {
|
|||
--disable-crypto-openssl \
|
||||
--disable-implicit-crypto \
|
||||
--enable-show-failed-test-output
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue