summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-01-04 21:20:00 +0000
committerDaniel Bermond2019-01-04 21:20:00 +0000
commit14079b70e64085caaf6ac27efea0881c07317fb2 (patch)
tree56bc19745b7bf1812a1aa1462c8bf510b08588f9 /PKGBUILD
parenteefd1796471c4bda5731c4877d6a04cea5a2a91d (diff)
downloadaur-14079b70e64085caaf6ac27efea0881c07317fb2.tar.gz
Updated to version 1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 4 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63dcb44529eb..8572e75e7359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# https://github.com/pkuvcl/xavs2/issues/9
pkgname=xavs2
-pkgver=1.2
-pkgrel=4
+pkgver=1.3
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard'
url='https://github.com/pkuvcl/xavs2/'
@@ -16,16 +16,8 @@ makedepends=('yasm' 'l-smash')
provides=('libxavs2')
conflicts=('libxavs2')
replaces=('libxavs2')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pkuvcl/${pkgname}/archive/${pkgver}.tar.gz"
- 'xavs2-1.2-gcc8-fix.patch')
-sha256sums=('8b985aeb4d5f60b5d8bc9a5e3897f2f4c5ed6546d48f06f87828ee12f6125a5f'
- '5de344631d212d2d256d9bcad05e4fd7a08701ed6e0017460fa86e6d23a1e25b')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-
- patch --binary -Np1 -i "${srcdir}/xavs2-1.2-gcc8-fix.patch"
-}
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/pkuvcl/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('28f9204dc9384336de7c6210cd3317d2d6b94ec23a4d1b6113fcbe7f00d7230b')
build() {
cd "${pkgname}-${pkgver}/build/linux"