mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/libpsl to 0.21.5-2
This commit is contained in:
parent
1858bea1ff
commit
8e38a8ba27
2 changed files with 4 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
pkgbase = libpsl
|
||||
pkgdesc = Public Suffix List library
|
||||
pkgver = 0.21.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/rockdaboot/libpsl
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = gtk-doc
|
||||
makedepends = libxslt
|
||||
makedepends = publicsuffix-list
|
||||
makedepends = python
|
||||
depends = libidn2
|
||||
depends = libunistring
|
||||
depends = python
|
||||
provides = libpsl.so
|
||||
source = https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz
|
||||
source = https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz.sig
|
||||
|
@ -23,6 +23,5 @@ pkgbase = libpsl
|
|||
pkgname = libpsl
|
||||
depends = libidn2
|
||||
depends = libunistring
|
||||
depends = python
|
||||
depends = libidn2.so
|
||||
depends = libunistring.so
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=libpsl
|
||||
pkgver=0.21.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Public Suffix List library'
|
||||
url='https://github.com/rockdaboot/libpsl'
|
||||
arch=('x86_64')
|
||||
|
@ -13,12 +13,12 @@ license=('MIT')
|
|||
depends=(
|
||||
libidn2
|
||||
libunistring
|
||||
python
|
||||
)
|
||||
makedepends=(
|
||||
gtk-doc
|
||||
libxslt
|
||||
publicsuffix-list
|
||||
python
|
||||
)
|
||||
provides=('libpsl.so')
|
||||
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
|
||||
|
|
Loading…
Reference in a new issue