summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-05-17 04:51:13 +0200
committerFrederik Schwan2020-05-17 04:51:13 +0200
commitf345a1b8d5457e7c6c4039449ea3abce1143d3cd (patch)
tree53394c6cef451c7a386e867853f18c6f839b854c
parent3d1a3674d7b8dd10e094e36334c7944e8bc7361a (diff)
downloadaur-f345a1b8d5457e7c6c4039449ea3abce1143d3cd.tar.gz
review by anthraxx
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c47848b57d70..8652a233a1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = heif
license = custom
makedepends = cmake
depends = gcc-libs
- source = https://github.com/nokiatech/heif/archive/v3.5.0.tar.gz
+ source = https://github.com/nokiatech/heif/archive/v3.5.0/heif-3.5.0.tar.gz
b2sums = 974f0a2721cbbba57fb2644aeb76e262a8e69537036900d95718565e455bd5ec30429457e34e51401e7944299b9bb97993264c909e063ac7f12f72a1402923ce
pkgname = heif
diff --git a/PKGBUILD b/PKGBUILD
index 1f41978c08ba..514b547cd512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://nokiatech.github.io/heif/'
license=('custom')
depends=('gcc-libs')
makedepends=('cmake')
-source=("https://github.com/nokiatech/heif/archive/v${pkgver}.tar.gz")
+source=("https://github.com/nokiatech/heif/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
b2sums=('974f0a2721cbbba57fb2644aeb76e262a8e69537036900d95718565e455bd5ec30429457e34e51401e7944299b9bb97993264c909e063ac7f12f72a1402923ce')
build() {