mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/libpsl to 0.20.2-1
This commit is contained in:
parent
3b596573a3
commit
bac9cb5e37
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
# no changes, hold for soname bumps
|
||||
|
||||
pkgname=libpsl
|
||||
pkgver=0.20.1
|
||||
pkgrel=2
|
||||
pkgver=0.20.2
|
||||
pkgrel=1
|
||||
pkgdesc='Public Suffix List library'
|
||||
url='https://github.com/rockdaboot/libpsl'
|
||||
arch=('x86_64')
|
||||
|
@ -14,7 +14,7 @@ depends=('libidn2' '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=('5a6c54c3a0aafef3eaa309bf3147179d41393fb63d7e6276a3e02705ae5c4005c61b3f8b13636eac0570ac20033c1c9b1a51937a06b56a30a4461ff9b1f955be')
|
||||
sha512sums=('fa9f6f7f0447d9fe00f5dfca5262c56ff26217eea44d0f7fc1e5d982224c41874e753f0aa06dd9e5d7d03d4f04e3dacd4f36034cc8dd0fc6e2c28b49a23e62fe')
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue