summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-03-25 08:44:49 +0100
committerbartus2021-03-25 08:51:02 +0100
commitbbd95eb04c139d52f5a6a5a45bf5da9dbd1c9dad (patch)
tree9932652fd4af8746a5f73da17477541fab8f7dbf
parentcd4fe4c937221291a7edc998b39ead2434ff61e7 (diff)
downloadaur-bbd95eb04c139d52f5a6a5a45bf5da9dbd1c9dad.tar.gz
Differentiate source file name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48c974fc5ba0..c0f60ca7c925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = appleseed
depends = zlib
provides = appleseed
conflicts = appleseed
- source = https://github.com/appleseedhq/appleseed/archive/2.1.0-beta.tar.gz
+ source = appleseed_2.1.0-beta.tgz::https://github.com/appleseedhq/appleseed/archive/2.1.0-beta.tar.gz
source = osl_1.11.8.patch::https://github.com/appleseedhq/appleseed/pull/2900.patch
source = cmake.extra.install.dirs.remove.patch
source = boost_107200.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4317781b5dcc..d0d120d5aba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=(python2 python embree qt5-base seexpr-qt5 boost{,-python2}-libs openexr
makedepends=(boost{,-python2} cmake ninja)
options=()
_github="https://github.com/${pkgname}hq/${pkgname}"
-source=(appleseed.tgz::"${_github}/archive/${_pkgver}.tar.gz"
+source=(appleseed_${_pkgver}.tgz::"${_github}/archive/${_pkgver}.tar.gz"
osl_1.11.8.patch::"https://github.com/appleseedhq/appleseed/pull/2900.patch"
"cmake.extra.install.dirs.remove.patch"
"boost_107200.patch"