Package Details: globus-connect-personal 3.2.6-2

Git Clone URL: https://aur.archlinux.org/globus-connect-personal.git (read-only, click to copy)
Package Base: globus-connect-personal
Description: Globus Connect Personal turns your laptop or other personal computer into a Globus endpoint with a just a few clicks.
Upstream URL: https://www.globus.org/globus-connect-personal
Licenses: Apache
Submitter: Aetf
Maintainer: jclds139
Last Packager: jclds139
Votes: 1
Popularity: 0.000042
First Submitted: 2017-03-26 00:56 (UTC)
Last Updated: 2024-12-05 17:20 (UTC)

Latest Comments

« First ‹ Previous 1 2

oniram commented on 2020-08-26 21:04 (UTC) (edited on 2020-08-26 21:05 (UTC) by oniram)

I've updated the PKGBUILD to the latest version (3.1.2). Weirdly the latest version's package is unversioned, it is named: globusconnectpersonal-latest.tgz So once they update to a newer version we'll have no access to the 3.1.2 package file.

I only needed to change the PKGBUILD file. This is the diff:

diff --git a/PKGBUILD b/PKGBUILD
index caf74b3..15e7c5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=globus-connect-personal
 _pkgname=globusconnectpersonal
-pkgver=2.3.6
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Globus Connect Personal turns your laptop or other personal computer into a Globus endpoint with a just a few clicks."
 arch=('x86_64' 'i686')
@@ -11,25 +11,17 @@ depends_i686=('zlib')
 depends_x86_64=('pam')
 optdepends=('tk: for GUI')
 install=$pkgname.install
-source=("https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-$pkgver.tgz"
+source=("https://downloads.globus.org/globus-connect-personal/linux/stable/globusconnectpersonal-latest.tgz"
         "$pkgname.install"
         "$pkgname.service"
         "$pkgname@.service"
         "globusconnect")
-sha256sums=('71f84e46cf1b0607d0db45ee98542dd1ffd6745fdc49ce0fa8b7bd9a264088ca'
+sha256sums=('f4217a215885094a164e3c69c0f720cb420eaba89b81a3c4872c84d9bbdaa7c6'
             'e02212562b046dbe6d92e9a0ecd9aead22c6fec85a525a4e7c05451b1d76aec1'
             '211cca27d2e2fa963606d1d29ceb2d71b333cc33de9a85821d5c85aac36a4a9e'
             'a33e11761644011264a467d3ecf90147fed308b33e8915569cc4d65b2089ff2b'
             'd5fdbd95707bce40f1e6db29f528328eeb03f364aa33d2021a03b01f6174f916')

-prepare() {
-    cd "$_pkgname-$pkgver"
-    # patch to use python2
-    for file in setup.py gc.py gc-ctrl.py; do
-        sed -E -i 's#/usr/bin/python#/usr/bin/python2#g' "$file"
-    done
-}
-
 package() {
     cd "$_pkgname-$pkgver"