pcre2 10.44-1
This commit is contained in:
parent
be12f17f77
commit
2b96082254
5
PKGBUILD
5
PKGBUILD
@ -5,16 +5,15 @@
|
|||||||
|
|
||||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||||
pkgname=pcre2
|
pkgname=pcre2
|
||||||
pkgver=10.43
|
pkgver=10.44
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library that implements Perl 5-style regular expressions. 2nd version"
|
pkgdesc="A library that implements Perl 5-style regular expressions. 2nd version"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.pcre.org/"
|
url="https://www.pcre.org/"
|
||||||
license=('BSD')
|
|
||||||
license=('BSD-3-Clause')
|
license=('BSD-3-Clause')
|
||||||
depends=('bzip2' 'glibc' 'readline' 'zlib')
|
depends=('bzip2' 'glibc' 'readline' 'zlib')
|
||||||
source=(https://github.com/PCRE2Project/pcre2/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
source=(https://github.com/PCRE2Project/pcre2/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha256sums=(e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb)
|
sha256sums=(d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
Loading…
Reference in New Issue
Block a user