summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-11-21 19:20:16 +0000
committerDaniel Bermond2018-11-21 19:20:41 +0000
commitead13042675425825ad2c523aab6e82b668a8f72 (patch)
treee7d2136d0fbb2b7ebe39046ecc78faab01cbe4dd
parent5e80dbf1d7548a0d669d8f01f13a4a564b03c1c2 (diff)
downloadaur-ead13042675425825ad2c523aab6e82b668a8f72.tar.gz
Fix pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7fe474afef0..45e380156223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = davs2
- pkgdesc = Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard
+ pkgdesc = Open-Source decoder of AVS2-P2/IEEE1857.4 video coding standard
pkgver = 1.6
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/pkuvcl/davs2/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cb517afae43a..fca713e9cef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=davs2
pkgver=1.6
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64')
-pkgdesc='Open-Source encoder of AVS2-P2/IEEE1857.4 video coding standard'
+pkgdesc='Open-Source decoder of AVS2-P2/IEEE1857.4 video coding standard'
url='https://github.com/pkuvcl/davs2/'
license=('GPL')
depends=('glibc')