summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgivemeurhats2018-01-19 04:36:07 +0100
committergivemeurhats2018-01-19 04:36:07 +0100
commit4dbbb45dfc3e8af6f16859b0ccfae5341b6d5837 (patch)
tree43df14894e5cd6b8b423d26ce4031edc158066ee
parentf84b8de662fe9d0073743d978e5f8ccd4e87f981 (diff)
downloadaur-4dbbb45dfc3e8af6f16859b0ccfae5341b6d5837.tar.gz
dependency has to be wine :(
-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)