summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDetMittens2017-09-14 13:08:10 +0100
committerDetMittens2017-09-14 13:08:10 +0100
commit12805103df90692a7fb20a8c02a4dedc2c844b37 (patch)
treea785f1aa8e9bb689b7c347531a4801b9801fae1c /PKGBUILD
parente356550f325107c37fdcaf2529a0558c2ccb6f7b (diff)
downloadaur-turingcodec-git.tar.gz
Remove glibc and gcc-libs from deps as they are in the base group
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dfefd633563..ade75efada68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=turingcodec-git
_gitname=turingcodec
pkgver=r77.f7138f9
-pkgrel=2
+pkgrel=3
pkgdesc="Alternative HEVC codec developed by BBC R&D"
arch=('i686' 'x86_64')
url="http://turingcodec.org/"
license=('GPL2')
-depends=('glibc' 'gcc-libs')
makedepends=('cmake')
source=('git+https://github.com/bbc/turingcodec.git')
md5sums=( SKIP )