summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-06-08 12:36:49 +0200
committerMichel Zou2021-06-08 12:36:49 +0200
commit0092159d0aaa766e35b2da7d9b5c1aef2d9b6cec (patch)
tree38c95325394a469de0d752406c980c616d821507 /PKGBUILD
parent9f248be7bfb63975f029884b49de4c96b56108ff (diff)
downloadaur-mingw-w64-libgnurx.tar.gz
mingw-w64-regex
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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/"