summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b900a8966b7..62cc83e79e87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xsge
pkgdesc = xSGE is a collection of higher-level extensions for the SGE which enhance the core functionality in an implementation-independent way.
pkgver = 2021.10.11
- pkgrel = 2
+ pkgrel = 3
url = https://python-sge.github.io/
arch = x86_64
license = LGPL
@@ -11,7 +11,7 @@ pkgbase = python-xsge
depends = python-sge
provides = python-xsge
conflicts = python-xsge
- source = https://github.com/python-sge/xsge/archive/refs/tags/v2021.10.11.tar.gz
- md5sums = 3e0f3e7e57d3cdb6d868c0e72db1e02a
+ source = https://github.com/python-sge/xsge/releases/download/v2021.10.11/xsge-2021.10.11.tar.gz
+ md5sums = 58fb4b439d420f48706e7a3de01de81d
pkgname = python-xsge
diff --git a/PKGBUILD b/PKGBUILD
index c34017801c33..08904e8076cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-xsge
_pkgname=xsge
pkgver=2021.10.11
-pkgrel=2
+pkgrel=3
pkgdesc="xSGE is a collection of higher-level extensions for the SGE which
enhance the core functionality in an implementation-independent way."
arch=('x86_64')
@@ -14,8 +14,8 @@ makedepends=('python-setuptools')
provides=('python-xsge')
conflicts=('python-xsge')
_name=${pkgname#python-}
-source=("https://github.com/python-sge/xsge/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('3e0f3e7e57d3cdb6d868c0e72db1e02a')
+source=("https://github.com/python-sge/xsge/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('58fb4b439d420f48706e7a3de01de81d')
package() {
cd "$srcdir/$_pkgname-$pkgver"