summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2022-06-16 15:22:05 +0800
committerJingbei Li2022-06-16 15:22:05 +0800
commit870c053b5c340f37efe3b3374a38812f024d559a (patch)
tree59dd92cfe50a21be786dbeb240d66251b525733d
parent1fbf0fb332ba908d97b6e3f2af08dfaaa371842a (diff)
downloadaur-870c053b5c340f37efe3b3374a38812f024d559a.tar.gz
use mirror source link
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17b65ab9d596..f3e87358a787 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sge
pkgdesc = The Son of Grid Engine is a community project to continue Sun's old gridengine.
pkgver = 8.1.9
- pkgrel = 6
+ pkgrel = 7
epoch = 1
url = https://arc.liv.ac.uk/trac/SGE
install = sge.install
@@ -16,12 +16,11 @@ pkgbase = sge
depends = openssl-1.0
depends = python2
depends = tcsh
- source = https://arc.liv.ac.uk/downloads/SGE/releases/8.1.9/sge_8.1.9.tar.xz
+ source = https://github.com/petronny/sge/archive/refs/tags/v8.1.9.tar.gz
source = sgemaster@.service
source = sgeexecd@.service
- md5sums = a2f03ca8b803ca4da7d2dedadeca74bb
+ md5sums = fc2993cf04d847c744eb23896547d2df
md5sums = 9f9084c196f22394654263eb651a7a2c
md5sums = 9fb0825053a203802836735741b15007
pkgname = sge
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c8f500f0889..f8f304e70299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sge
pkgver=8.1.9
-pkgrel=6
+pkgrel=7
epoch=1
pkgdesc="The Son of Grid Engine is a community project to continue Sun's old gridengine."
arch=('x86_64')
@@ -22,12 +22,14 @@ depends=(
makedepends=('make')
install=${pkgname}.install
source=(
- "https://arc.liv.ac.uk/downloads/SGE/releases/${pkgver}/${pkgname}_${pkgver}.tar.xz"
+ #"https://arc.liv.ac.uk/downloads/SGE/releases/${pkgver}/${pkgname}_${pkgver}.tar.xz"
+ # Mirror link, please remind me if the original link is available again.
+ "https://github.com/petronny/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
"sgemaster@.service"
"sgeexecd@.service"
#"${pkgname}.sh"
)
-md5sums=('a2f03ca8b803ca4da7d2dedadeca74bb'
+md5sums=('fc2993cf04d847c744eb23896547d2df'
'9f9084c196f22394654263eb651a7a2c'
'9fb0825053a203802836735741b15007')