summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuijie Yu2020-09-22 01:47:15 -0400
committerRuijie Yu2020-09-22 01:47:15 -0400
commitb6af76782b6df190c4a497fbb342bf1e2fd49f33 (patch)
tree0d913140eaf2a85145f2ed93aee2d15457448656
parent57a375e30d677fa78778631d303d0f4b31d62694 (diff)
downloadaur-ctre-git.tar.gz
added pkgdesc (with git version bump)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f113b933b4e4..877beb49ee06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,6 @@
pkgbase = ctre-git
- pkgver = 2.8.4
+ pkgdesc = A Compile time PCRE (almost) compatible regular expression matcher
+ pkgver = 2.9.1.r2.gfca770c
pkgrel = 1
url = https://github.com/hanickadot/compile-time-regular-expressions/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 3e900d9ed14b..cb0c1001de64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Ruijie Yu (first.last@outlook.com)
pkgname=ctre-git
_pkgname=${pkgname%-git}
-pkgver=2.8.4
+pkgver=2.9.1.r2.gfca770c
pkgrel=1
-pkgdesc=
+pkgdesc='A Compile time PCRE (almost) compatible regular expression matcher'
url="https://github.com/hanickadot/compile-time-regular-expressions/"
arch=(any)
license=(Apache-2.0)