summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-07-14 15:14:44 +0000
committerDaniel Bermond2019-07-14 15:14:44 +0000
commit5b98ff31033bca9c23d29ecb1db32afcb5350117 (patch)
tree0cf151ef58dc5f3bb4f1f57fbcff01628a0405c8
parent14079b70e64085caaf6ac27efea0881c07317fb2 (diff)
downloadaur-5b98ff31033bca9c23d29ecb1db32afcb5350117.tar.gz
Drop i686 support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ffbc0ab76df..49af01d8668e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = xavs2
pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pkuvcl/xavs2/
- arch = i686
arch = x86_64
license = GPL
makedepends = yasm
diff --git a/PKGBUILD b/PKGBUILD
index 8572e75e7359..d74558a31276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=xavs2
pkgver=1.3
-pkgrel=1
-arch=('i686' 'x86_64')
+pkgrel=2
+arch=('x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard'
url='https://github.com/pkuvcl/xavs2/'
license=('GPL')