summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2021-09-16 07:32:13 +0200
committerJakob Gahde2021-09-16 07:32:13 +0200
commitb7562cb119d07c0a509ed6da9747193d4643cf9f (patch)
tree56d732199af11782dec9a82e73d112e11440b29a /PKGBUILD
parente79ccbf375b96e4dc5ccb5c69e1a1cfb36caa993 (diff)
downloadaur-b7562cb119d07c0a509ed6da9747193d4643cf9f.tar.gz
perl-re-engine-re2 0.14-2: Fix description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32ccb28c8e1f..4a651c01fbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=perl-re-engine-re2
pkgver=0.14
-pkgrel=1
-pkgdesc="Module for handling arrays using integer ranges"
+pkgrel=2
+pkgdesc="Replaces perl's regex engine in a given lexical scope with RE2"
arch=('x86_64')
url="https://github.com/dgl/re-engine-RE2"
license=('GPL' 'PerlArtistic')