diff options
Diffstat (limited to 'community/fdkaac')
-rw-r--r-- | community/fdkaac/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fdkaac/PKGBUILD b/community/fdkaac/PKGBUILD index 4fb2b731a..60e3fefc8 100644 --- a/community/fdkaac/PKGBUILD +++ b/community/fdkaac/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 105355 2014-02-05 21:53:04Z alucryd $ +# $Id: PKGBUILD 111319 2014-05-16 13:44:50Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: PelPix <kylebloss@pelpix.info> pkgname=fdkaac -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.3 +pkgrel=1 pkgdesc='Command line encoder frontend for libfdk-aac' arch=('i686' 'x86_64') url="https://github.com/nu774/${pkgname}" license=('custom') depends=('libfdk-aac') source=("${url}/archive/v${pkgver}.tar.gz") -sha256sums=('95d6e9675ab03f42aa3cb642a686ffaced782a7b440563bd37ef2d4517391348') +sha256sums=('285a07ff94565bb36dfa95513ec6a80fba9567100e588b8515e62585792282b4') build() { cd ${pkgname}-${pkgver} |