summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lass2017-08-04 21:08:45 +0200
committerMichael Lass2017-08-04 21:08:45 +0200
commit8e73923c3742d648d20dfd7ccb1a82c62fdd2f07 (patch)
tree55296704719fc5317f4f45c4a814616a2a180716
parent37da611502310776fdef399c839565431eb2fb4e (diff)
downloadaur-8e73923c3742d648d20dfd7ccb1a82c62fdd2f07.tar.gz
Add qt5-webengine as dependency
qt5-webengine is required and makes a lot of other dependencies unnecessary.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be072ca9ca1e..54a711c24adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Jun 18 18:45:09 UTC 2017
+# Fri Aug 4 19:08:07 UTC 2017
pkgbase = eagle
pkgdesc = Powerful suite for schematic capture and printed circuit board design (aka eaglecad)
pkgver = 8.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.autodesk.com/products/eagle
arch = x86_64
license = custom
- depends = alsa-lib
depends = desktop-file-utils
- depends = libxcomposite
- depends = libxcursor
- depends = libxrandr
- depends = libxslt
- depends = libxtst
- depends = nss
- depends = qt5-location
- depends = qt5-webchannel
+ depends = qt5-webengine
depends = shared-mime-info
options = !emptydirs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index e344bb447a21..313d15df5fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,22 +7,14 @@
pkgname=eagle
pkgver=8.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Powerful suite for schematic capture and printed circuit board design (aka eaglecad)"
arch=('x86_64')
url="http://www.autodesk.com/products/eagle"
license=('custom')
depends=(
- 'alsa-lib'
'desktop-file-utils'
- 'libxcomposite'
- 'libxcursor'
- 'libxrandr'
- 'libxslt'
- 'libxtst'
- 'nss'
- 'qt5-location'
- 'qt5-webchannel'
+ 'qt5-webengine'
'shared-mime-info'
)
options=(!emptydirs !strip)