summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-09-20 19:30:16 +0200
committerMichel Zou2023-09-20 19:30:16 +0200
commitc64bb5c60ed71a0be8a3f805f47848ad0ae99ba3 (patch)
tree6620db7664ff3a99c1346a9b7976800f3309bdec
parenta00820aa7ac53df32c5925c6fb627872def7be95 (diff)
downloadaur-c64bb5c60ed71a0be8a3f805f47848ad0ae99ba3.tar.gz
regex
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f259d8baa456..ef0c2c58a731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = mingw-w64-gklib
arch = any
license = Apache
makedepends = mingw-w64-cmake
- depends = mingw-w64-crt
+ depends = mingw-w64-regex
options = !buildflags
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index b7b530005c6c..3b762a3941e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
pkgdesc='A library of various helper routines and frameworks used by many of the labs software (mingw-w64)'
url="https://github.com/KarypisLab/GKlib"
license=('Apache')
-depends=('mingw-w64-crt')
+depends=('mingw-w64-regex')
makedepends=('mingw-w64-cmake')
arch=('any')
options=('!buildflags' '!strip' 'staticlibs')