summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Fischer2018-03-21 22:42:10 +0100
committerAaron Fischer2018-03-21 22:42:10 +0100
commit92210e2d51837288dd53d929491cb52699fa835d (patch)
tree12daf460aa2233893d0a0053e138d6df0adeeaf8
parent05cdcf8cbe324b8f8d0d71091d4b1d86f152a9da (diff)
downloadaur-92210e2d51837288dd53d929491cb52699fa835d.tar.gz
Add the correct dependencies
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecc4f2ab0ca6..72dc4caa2587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
pkgbase = sendanywhere
pkgdesc = Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time.
pkgver = 8.2.13
- pkgrel = 1
+ pkgrel = 2
url = http://send-anywhere.com
arch = x86_64
license = custom:sendanywhere_eula
- depends = gtk3
+ depends = nss
+ depends = libxtst
+ depends = libxss
+ depends = gconf
+ depends = gtk2
+ depends = alsa-lib
options = !strip
options = !emptydirs
- source = https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb
+ source = sendanywhere-8.2.13.deb::https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb
sha512sums = 294525a6440a8eb7a263993ee655a57b1f40c76c476e231ec1b974e8a3a85dfdc763555be368e200a21d065746f2e271855ee34a6107e308618b6cdd0d1a0532
pkgname = sendanywhere
diff --git a/PKGBUILD b/PKGBUILD
index d1c2afc102bb..9ce5a4500034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=sendanywhere
pkgver=8.2.13
-pkgrel=1
+pkgrel=2
pkgdesc="Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time."
arch=('x86_64')
url="http://send-anywhere.com"
license=('custom:sendanywhere_eula')
options=('!strip' '!emptydirs')
-depends=('gtk3')
-source=('https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb')
+depends=('nss' 'libxtst' 'libxss' 'gconf' 'gtk2' 'alsa-lib')
+source=("${pkgname}-${pkgver}.deb::https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb")
sha512sums=('294525a6440a8eb7a263993ee655a57b1f40c76c476e231ec1b974e8a3a85dfdc763555be368e200a21d065746f2e271855ee34a6107e308618b6cdd0d1a0532')
package(){