[arch-commits] Commit in x265/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Oct 24 17:43:42 UTC 2019
Date: Thursday, October 24, 2019 @ 17:43:41
Author: alucryd
Revision: 365440
upgpkg: x265 3.2-1
Modified:
x265/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 16:56:30 UTC (rev 365439)
+++ PKGBUILD 2019-10-24 17:43:41 UTC (rev 365440)
@@ -3,13 +3,13 @@
# Contributor: kfgz <kfgz at interia.pl>
pkgname=x265
-pkgver=3.1.2
+pkgver=3.2
pkgrel=1
pkgdesc='Open Source H265/HEVC video encoder'
arch=(x86_64)
url=https://bitbucket.org/multicoreware/x265
license=(GPL)
-depends=()
+depends=(gcc-libs)
makedepends=(
cmake
mercurial
@@ -16,9 +16,15 @@
nasm
)
provides=(libx265.so)
-source=(hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver})
+source=(hg+https://bitbucket.org/multicoreware/x265#revision=353572437201d551381002aebf20d244bd49ef17)
sha256sums=(SKIP)
+pkgver() {
+ cd x265
+
+ hg id --tags
+}
+
prepare() {
cd x265
More information about the arch-commits
mailing list