summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2021-01-27 22:29:18 +0000
committerDaniel Bermond2021-01-27 22:29:18 +0000
commit0f3d55dc0d5d466b86812d25b3fd54e83cd4468f (patch)
tree6c80b528961c54151a072476828f39f17aca10ce /PKGBUILD
parentc5a8faa2f51a553453ddcd923c698ace1d4cfeca (diff)
downloadaur-0f3d55dc0d5d466b86812d25b3fd54e83cd4468f.tar.gz
Update source. Cosmetic changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ba545af27b5..59f22f442721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,10 @@
# 10-bit, please see, e.g.: https://gist.github.com/l4n9th4n9/4459997
pkgname=x264-git
-pkgver=159.r2991.g1771b556
+pkgver=161.r3042.gb3aadb76
pkgrel=1
arch=('x86_64')
-pkgdesc='Open Source H264/AVC video encoder (git version)'
+pkgdesc='Open Source H.264/AVC video encoder (git version)'
url='https://www.videolan.org/developers/x264.html'
license=('GPL')
depends=('liblsmash.so')
@@ -24,7 +24,7 @@ makedepends=('git' 'nasm' 'l-smash')
provides=('x264' 'libx264' 'libx264-git' 'libx264.so')
conflicts=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
replaces=('libx264-git' 'libx264-10bit-git' 'libx264-all-git')
-source=('git+https://git.videolan.org/git/x264.git')
+source=('git+https://code.videolan.org/videolan/x264.git')
sha256sums=('SKIP')
prepare() {