aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/x265/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/x265/APKBUILD b/community/x265/APKBUILD
index bf757653117..f5a8dde2b2c 100644
--- a/community/x265/APKBUILD
+++ b/community/x265/APKBUILD
@@ -9,8 +9,7 @@ arch="all"
license="GPL-2.0-or-later"
makedepends="cmake nasm"
subpackages="$pkgname-dev $pkgname-libs"
-source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/multicoreware/x265/downloads/x265_$pkgver.tar.gz"
-builddir="$srcdir/${pkgname}_$pkgver"
+source="$pkgname-$pkgver.tar.gz::https://github.com/videolan/x265/archive/$pkgver.tar.gz"
build() {
cd "$builddir"/build/linux
@@ -43,4 +42,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="576b18711935e7da8433b2170d24ed159eb12ff1a18399360afa1b2132db33b463145c65ed918f667528ee954bbdfb5c69e5480f1c1df801515cefc592f3206e x265-3.4.tar.gz"
+sha512sums="17639324c9428087cda9cfa5b57bcb82403226ec5b4fc0da46028e0700452f7bb12df0f4f3a8fd5d70ebdd912ba7589bd99b01c9b7e0d4fa00424e1502580090 x265-3.4.tar.gz"