summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae3d659181f6..891569d3f301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = xavs2-git
pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)
pkgver = 1.2.r117.gf018e1d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pkuvcl/xavs2/
arch = i686
arch = x86_64
license = GPL
makedepends = git
- makedepends = gcc7
makedepends = yasm
makedepends = l-smash
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 46320165b69e..41ecfd24e284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@
pkgname=xavs2-git
_srcname=xavs2
pkgver=1.2.r117.gf018e1d
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)'
url='https://github.com/pkuvcl/xavs2/'
license=('GPL')
depends=('glibc' 'liblsmash.so')
-makedepends=('git' 'gcc7' 'yasm' 'l-smash')
+makedepends=('git' 'yasm' 'l-smash')
provides=('xavs2' 'libxavs2-git')
conflicts=('xavs2' 'libxavs2-git')
replaces=('libxavs2-git')