summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2020-11-10 16:53:39 +0100
committerGrey Christoforo2020-11-10 16:53:39 +0100
commitbdb00149ef24b5df9611df9215d6a602d6997596 (patch)
tree783926776ed5e196f0e95b7b7d4f696aee28ba66
parent8e1814f9ae6780a0abf1cf945d209b9165655289 (diff)
downloadaur-bdb00149ef24b5df9611df9215d6a602d6997596.tar.gz
fix source naming
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4841b7ed51..7a5ff8da8328 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-occ
makedepends = swig
depends = opencascade
depends = python
- source = https://github.com/tpaviot/pythonocc-core/archive/7.4.1.tar.gz
+ source = python-occ-7.4.1.tar.gz::https://github.com/tpaviot/pythonocc-core/archive/7.4.1.tar.gz
sha256sums = 6d62002244a0e7f4e5c1ad590d332a60601c44b2501ad017361443b54371e667
pkgname = python-occ
diff --git a/PKGBUILD b/PKGBUILD
index 980c4a5df852..778fdb71a0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64)
license=('LGPL3')
makedepends=('cmake' 'swig')
depends=('opencascade' 'python')
-source=(https://github.com/tpaviot/pythonocc-core/archive/${pkgver}.tar.gz)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tpaviot/pythonocc-core/archive/${pkgver}.tar.gz")
sha256sums=('6d62002244a0e7f4e5c1ad590d332a60601c44b2501ad017361443b54371e667')
prepare() {