summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122021-07-14 11:19:22 +0200
committerwillemw122021-07-14 11:25:19 +0200
commitdc1a59cbb11f62047fa087c03cb42339dae4bd22 (patch)
treeead778b68b0d1e25df332f48f87d3f289e34c90e /PKGBUILD
parent4d6a7e227daf72d9be42cbe02dfd0fa598b10deb (diff)
downloadaur-diodon-git.tar.gz
Improve version check patch
Diffstat (limited to 'PKGBUILD')
-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() {