summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-03-27 13:22:37 -0300
committerGonzalo Exequiel Pedone2020-03-27 13:22:37 -0300
commit1423a0560968ae2d4cbf416cc6dca652d86a4fdd (patch)
tree1b3463454915d45caab183082d2416348f2c8db5 /PKGBUILD
parentb3b8d7a4194790cb64c347b2f23063fbebba9b19 (diff)
downloadaur-1423a0560968ae2d4cbf416cc6dca652d86a4fdd.tar.gz
Updated to pcre 8.44.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4011c006259a..95cbce35de19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-pcre
-pkgver=8.43
-pkgrel=2
+pkgver=8.44
+pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions (android)"
arch=(any)
url="http://www.pcre.org/"
@@ -19,8 +19,8 @@ optdepends=("android-${_android_arch}-bzip2"
"android-${_android_arch}-zlib")
source=("https://ftp.pcre.org/pub/pcre/pcre-$pkgver.tar.bz2"{,.sig})
validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-sha256sums=('91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b'
- 'SKIP')
+sha256sums=('19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d'
+ 'SKIP')
build() {
cd "${srcdir}"/pcre-${pkgver}