summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjadelord2017-02-01 10:46:36 +0100
committerjadelord2017-02-01 10:46:36 +0100
commit84bc383e88d7fa22f615e9a3161c07a202f96df6 (patch)
treef2eea414b69d9fc95318e9346b0b4321575a0157 /PKGBUILD
parent8a17c5104f1a618e0df709a64089f110b02e7b0e (diff)
downloadaur-84bc383e88d7fa22f615e9a3161c07a202f96df6.tar.gz
Add chrpath to makedepends. Thanks to rig0rmortis
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c29b165b4a9..022653e84458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.send-anywhere.com"
license=('custom:sendanywhere_eula')
provides=('sendanywhere')
-makedepends=('xdg-utils' 'desktop-file-utils')
+makedepends=('chrpath' 'xdg-utils' 'desktop-file-utils')
install=$pkgname.install
depends=('postgresql-libs' 'qt5-svg' 'gtk2')
source_i686=("https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_i386.deb")