summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1542174c59d..d2f79874a9a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = ugene
depends = glu
depends = procps-ng
depends = python
- source = https://github.com/ugeneunipro/ugene/archive/1.25.0.tar.gz
+ source = ugene-1.25.0.tar.gz::https://github.com/ugeneunipro/ugene/archive/1.25.0.tar.gz
sha256sums = 4b592a1a0ff5efba5dbdbee134755d957d132d85b6cedfbf6f7ba4b03bcea5ee
pkgname = ugene
diff --git a/PKGBUILD b/PKGBUILD
index eadc5b2b714d..76b514d59771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="http://ugene.net"
license=('GPL')
depends=('qt5-script' 'qt5-svg' 'qt5-webkit' 'glu' 'procps-ng' 'python')
makedepends=('qt5-tools')
-source=("https://github.com/ugeneunipro/ugene/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ugeneunipro/ugene/archive/$pkgver.tar.gz")
sha256sums=('4b592a1a0ff5efba5dbdbee134755d957d132d85b6cedfbf6f7ba4b03bcea5ee')
build() {