summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acae8f61b752..1325d0f0d285 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = mingw-w64-libgnurx
pkgdesc = regex functionality from glibc (mingw-w64)
pkgver = 2.5.1
- pkgrel = 5
+ pkgrel = 6
url = https://sourceforge.net/projects/mingw/
arch = any
license = GPL
makedepends = mingw-w64-configure
depends = mingw-w64-crt
+ provides = mingw-w64-regex
+ conflicts = mingw-w64-regex
options = !buildflags
options = !strip
options = staticlibs
@@ -16,4 +18,3 @@ pkgbase = mingw-w64-libgnurx
md5sums = 2d87c59177adf5ec13dbcc02acc4a450
pkgname = mingw-w64-libgnurx
-
diff --git a/PKGBUILD b/PKGBUILD
index ec004a5fbd9e..81fea0c694fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
pkgname=mingw-w64-libgnurx
pkgver=2.5.1
-pkgrel=5
+pkgrel=6
arch=(any)
pkgdesc="regex functionality from glibc (mingw-w64)"
depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
+provides=('mingw-w64-regex')
+conflicts=('mingw-w64-regex')
options=('!buildflags' '!strip' 'staticlibs')
license=('GPL')
url="https://sourceforge.net/projects/mingw/"