summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2019-07-14 15:13:21 +0000
committerDaniel Bermond2019-07-14 15:13:21 +0000
commitccfef97470c4a4572ce1f1320596d4278895f134 (patch)
tree869c13dd97357db1b3441748ccf5e7d75adc82fc
parent359f5126dde605124c812fa1ded20a30d99dd38d (diff)
downloadaur-ccfef97470c4a4572ce1f1320596d4278895f134.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 57b5aeb8d40c..6c24716947bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = xavs2-git
pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)
- pkgver = 1.3.r20.g6472c9f
+ pkgver = 1.3.r52.geae1e8b
pkgrel = 1
url = https://github.com/pkuvcl/xavs2/
- arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f6f81fd95ca8..3fa73affe697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=xavs2-git
_srcname=xavs2
-pkgver=1.3.r20.g6472c9f
+pkgver=1.3.r52.geae1e8b
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard (git version)'
url='https://github.com/pkuvcl/xavs2/'
license=('GPL')