[arch-commits] Commit in x265/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Oct 8 08:15:42 UTC 2018


    Date: Monday, October 8, 2018 @ 08:15:42
  Author: alucryd
Revision: 335923

upgpkg: x265 2.9-1

Modified:
  x265/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-08 01:56:22 UTC (rev 335922)
+++ PKGBUILD	2018-10-08 08:15:42 UTC (rev 335923)
@@ -3,20 +3,20 @@
 # Contributor: kfgz <kfgz at interia.pl>
 
 pkgname=x265
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc='Open Source H265/HEVC video encoder'
 arch=('x86_64')
 url='https://bitbucket.org/multicoreware/x265'
 license=('GPL')
-depends=('gcc-libs')
-makedepends=('cmake' 'nasm')
+depends=()
+makedepends=('cmake' 'mercurial' 'nasm')
 provides=('libx265.so')
-source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz")
-sha256sums=('6e59f9afc0c2b87a46f98e33b5159d56ffb3558a49d8e3d79cb7fdc6b7aaa863')
+source=("hg+https://bitbucket.org/multicoreware/x265#tag=${pkgver}")
+sha256sums=('SKIP')
 
 prepare() {
-  cd x265_${pkgver}
+  cd x265
 
   for d in 8 10 12; do
     if [[ -d build-$d ]]; then
@@ -27,7 +27,7 @@
 }
 
 build() {
-  cd x265_${pkgver}/build-12
+  cd x265/build-12
 
   cmake ../source \
     -DCMAKE_INSTALL_PREFIX='/usr' \
@@ -65,7 +65,7 @@
 }
 
 package() {
-  cd x265_${pkgver}/build-8
+  cd x265/build-8
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list