summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgivemeurhats2018-01-19 01:57:13 +0100
committergivemeurhats2018-01-19 01:57:13 +0100
commit43f3efa8447ab72d26bf184cd7b2d06b15f9a432 (patch)
tree43df14894e5cd6b8b423d26ce4031edc158066ee
parentb90412bba38271c72991aa24aee2285972dcaa44 (diff)
downloadaur-43f3efa8447ab72d26bf184cd7b2d06b15f9a432.tar.gz
Added wine dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b6882e2feb..0964caa29f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = navicat-lite
url = http://www.navicat.com
arch = any
license = GPL3
+ 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 3802fa34dbf2..1eba98f297c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="http://www.navicat.com"
license=('GPL3')
arch=('any')
provides=('navicat')
+depends=('wine')
source=(https://www.dropbox.com/s/k7k8yojg2nu5mov/navicat100_lite_en.tar.gz
navicat.desktop
navicat)