summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadik Leshy2016-04-25 22:35:58 +0600
committerVadik Leshy2016-04-25 22:35:58 +0600
commitbc0c18d9746881f8ece1f00fbf96aaf6943a6b93 (patch)
tree86943aac1bbd8024ea306c6c4ede068e81b6606c
parentcf6fa06b256cdd41d0b9f981f424a982b5b877ce (diff)
downloadaur-bc0c18d9746881f8ece1f00fbf96aaf6943a6b93.tar.gz
fix2
-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")