summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d46b32319d77..914450f11075 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = wine-wizard-git
depends = p7zip
depends = gnupg
depends = wine
+ provides = wine-wizard=1
conflicts = wine-wizard
replaces = wine-wizard
source = git+https://github.com/LLIAKAJL/WineWizard.git
diff --git a/PKGBUILD b/PKGBUILD
index cd1525b2b285..09db5ba221b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ arch=('i686' 'x86_64')
license=('GPLv3')
conflicts=("$_pkgname")
replaces=("$_pkgname")
+provides=("$_pkgname=$pkgver")
depends=("qt5-base" "p7zip" "gnupg" "wine")
makedepends=("git")