summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Mumford2022-08-09 14:43:00 +0100
committerStuart Mumford2022-08-09 14:43:00 +0100
commit6b585833049307c1ec8eb9997a90bef5ed4c6148 (patch)
tree42538ce3be0c63d69c0c4d2c1e8fd7a12d847a0c
parent1b72c36bf746d209f76c240b8a317b9aee1c3746 (diff)
downloadaur-6b585833049307c1ec8eb9997a90bef5ed4c6148.tar.gz
Add libxcrypt-compat
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9c1f53c31ea..947390f3f3b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = globus-connect-personal
license = Apache
depends = python
depends = libtool
+ depends = libxcrypt-compat
optdepends = tk: for GUI
source = https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz
source = globus-connect-personal.install
diff --git a/PKGBUILD b/PKGBUILD
index 210eca50b052..aa79bca7d5d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Globus Connect Personal turns your laptop or other personal computer in
arch=('x86_64')
url="https://www.globus.org/globus-connect-personal"
license=('Apache')
-depends=('python' 'libtool')
+depends=('python' 'libtool' 'libxcrypt-compat')
optdepends=('tk: for GUI')
install=$pkgname.install
source=("https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz"