summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99dd12409c4b..0964caa29f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = navicat-lite
url = http://www.navicat.com
arch = any
license = GPL3
- depends = wine-stable
+ depends = wine
provides = navicat
source = https://www.dropbox.com/s/k7k8yojg2nu5mov/navicat100_lite_en.tar.gz
source = navicat.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6dd29848341f..1eba98f297c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://www.navicat.com"
license=('GPL3')
arch=('any')
provides=('navicat')
-depends=('wine-stable')
+depends=('wine')
source=(https://www.dropbox.com/s/k7k8yojg2nu5mov/navicat100_lite_en.tar.gz
navicat.desktop
navicat)