summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60c85744b0eb..aa5725e545b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgver() {
prepare() {
# Patch version check
- sed -i "s/\(appindicator_dep = dependency.*\)ayatana-appindicator\(.*\)/\1appindicator\2/" $pkgname/meson.build
+ sed -i "s/\(appindicator_dep = dependency.*\)ayatana-appindicator\(.*\)',.*/\1appindicator\2', version: '>=0.0.0')/" $pkgname/meson.build
}
build() {