summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSingYan2023-05-11 19:47:07 +0800
committerSingYan2023-05-11 19:47:07 +0800
commit8176e272489ba224affbd645febeda0ae2ad4593 (patch)
treed209ee40e42b67d23c465ace637ccac80fc8b57f
parent78d899a08e9c73b186f6b8aea4b8c5620c23df64 (diff)
downloadaur-8176e272489ba224affbd645febeda0ae2ad4593.tar.gz
try to correct the mistake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1423e447ee9..440de4c17181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = mydumper
makedepends = cmake
depends = glib2
depends = libmariadbclient
+ depends = pcre
+ depends = pcre2
source = https://github.com/maxbube/mydumper/archive/v0.14.3-1/mydumper-0.14.3-1.tar.gz
sha256sums = aafb9c0914b720e175988a41d9c340271348e50e3a00556035a9c4afcf80c982
diff --git a/PKGBUILD b/PKGBUILD
index 9831358c6005..ae16653452fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A high performance MySQL backup tool."
arch=("i686" "x86_64")
url="https://github.com/maxbube/mydumper"
license=('GPL')
-depends=("glib2" "libmariadbclient")
+depends=("glib2" "libmariadbclient" "pcre" "pcre2")
makedepends=("cmake")
source=("https://github.com/maxbube/mydumper/archive/v$pkgver-1/$pkgname-$pkgver-1.tar.gz")