summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-02-27 05:08:17 -0500
committerPatrick Northon2023-02-27 05:08:17 -0500
commit98d55169b98dce96b7ca87a704749a1a1d378dcd (patch)
tree36f9621296921a8aceec47c18ca8bc6455cf494d
parent5122c24f47224764051b83c2af92fc6fc6b5f811 (diff)
downloadaur-98d55169b98dce96b7ca87a704749a1a1d378dcd.tar.gz
Fix source filename.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029356a1df1e..68147157a1fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-assimp
options = !buildflags
options = staticlibs
options = !lto
- source = https://github.com/assimp/assimp/archive/v5.2.5.tar.gz
+ source = assimp-5.2.5.tar.gz::https://github.com/assimp/assimp/archive/v5.2.5.tar.gz
sha256sums = b5219e63ae31d895d60d98001ee5bb809fb2c7b2de1e7f78ceeb600063641e1a
pkgname = mingw-w64-assimp
diff --git a/PKGBUILD b/PKGBUILD
index e34a7d0c3c5f..e3aca8c5d03e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('BSD')
depends=('mingw-w64-zlib' 'mingw-w64-boost' 'mingw-w64-minizip')
makedepends=('mingw-w64-cmake')
url='http://www.assimp.org/'
-source=("https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.tar.gz")
+source=("$_pkgname-$pkgver.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.tar.gz")
options=('!strip' '!buildflags' 'staticlibs' '!lto')
sha256sums=('b5219e63ae31d895d60d98001ee5bb809fb2c7b2de1e7f78ceeb600063641e1a')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'