summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Panerai2020-12-28 15:16:27 +0100
committerRodolfo Panerai2020-12-28 15:16:27 +0100
commitd26aeb76301bb4baaf4331e6f10fed70c8d58373 (patch)
tree551b1b530f2f02c79460e7cf7a8bbacb51695f4c
parent52e07be30464b839166390939bdba773814bd741 (diff)
downloadaur-d26aeb76301bb4baaf4331e6f10fed70c8d58373.tar.gz
Specify package version in provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9011ba9defc7..c1281c2a454d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = megasync-bin
depends = libraw
depends = double-conversion
optdepends = sni-qt: fix systray issue on KDE and LXQt
- provides = megasync
+ provides = megasync=4.3.8
conflicts = megasync
source = https://mega.nz/linux/MEGAsync/Arch_Extra/x86_64/megasync-4.3.8-1-x86_64.pkg.tar.zst
sha256sums = 7b3adc8cf17435e8bf93d0f51f42057ed621259181a04ca55e7162336eb01937
diff --git a/PKGBUILD b/PKGBUILD
index 6f7834d5987c..b5d3f94f3e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive
arch=('x86_64')
url="https://mega.nz"
license=('custom')
-provides=('megasync')
+provides=("megasync=$pkgver")
conflicts=('megasync')
depends=('glibc'
'gcc-libs'