mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/libpsl to 0.21.0-1
This commit is contained in:
parent
ece0a7c11f
commit
1d575f18a8
1 changed files with 10 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
# no changes, hold for soname bumps
|
||||
|
||||
pkgname=libpsl
|
||||
pkgver=0.20.2
|
||||
pkgrel=5
|
||||
pkgver=0.21.0
|
||||
pkgrel=1
|
||||
pkgdesc='Public Suffix List library'
|
||||
url='https://github.com/rockdaboot/libpsl'
|
||||
arch=('x86_64')
|
||||
|
@ -13,11 +13,17 @@ license=('MIT')
|
|||
depends=('libidn2' 'libidn2.so' 'libunistring')
|
||||
makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
|
||||
provides=('libpsl.so')
|
||||
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
|
||||
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz
|
||||
libpsl-gtk-doc-1.30-fix.patch::https://github.com/rockdaboot/libpsl/commit/87d1add318b5e5d09977f7f374e923577b6ff3be.patch
|
||||
libpsl-0.21.0-build-fix.patch::https://github.com/rockdaboot/libpsl/commit/9347024221f4a9d63f9dcafcda13362a7c8d92fe.patch)
|
||||
sha512sums=('165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d'
|
||||
'9cca44a70c7e26bc6016767bce8888e5902c97eff92d004ca2ab659ee289a9e079fab62820f0f684ac25922260175c74c08c1dfca6dd1db6333c37edf38b8048'
|
||||
'692d6dd6f64653f6e355df0b6cfe519a5c202d966deab066123e814591692a28a805fe794dc57dd6f9ab357b4e0dd8dfdf842239ec39f303fc33d98019e7f24e')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
patch -Np1 < ../libpsl-gtk-doc-1.30-fix.patch
|
||||
patch -Np1 < ../libpsl-0.21.0-build-fix.patch
|
||||
rm -frv list
|
||||
autoreconf -fiv
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue