summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e2a3e56d556..9f447889221d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = mingw-w64-libsystre
makedepends = mingw-w64-pkg-config
depends = mingw-w64-crt
depends = mingw-w64-libtre
+ provides = mingw-w64-regex
options = !strip
options = !buildflags
options = staticlibs
@@ -16,4 +17,3 @@ pkgbase = mingw-w64-libsystre
md5sums = ad09e6609213a1c4ebc83a1d071a46c6
pkgname = mingw-w64-libsystre
-
diff --git a/PKGBUILD b/PKGBUILD
index 2e8d281330a9..5ca49f730254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ pkgname=mingw-w64-libsystre
pkgver=1.0.1
pkgrel=1
pkgdesc="Wrapper library around TRE that provides POSIX API (mingw-w64)"
+provides=('mingw-w64-regex')
arch=('any')
url=""
license=('BSD')