From 963a6823c1201d8ca8457ba6811a1bd18740bf50 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 29 Jul 2014 03:33:06 +0000 Subject: Tue Jul 29 03:26:06 UTC 2014 --- community/aegisub/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'community/aegisub') diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index f746c889b..237108955 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 109779 2014-04-18 17:31:23Z andyrtr $ +# $Id: PKGBUILD 116486 2014-07-28 16:44:53Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: kozec # Contributor: Limao Luo pkgname=aegisub -pkgver=3.1.3 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc='A general-purpose subtitle editor with ASS/SSA support' arch=('i686' 'x86_64') url='http://www.aegisub.org' @@ -14,12 +14,13 @@ depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk') makedepends=('boost' 'intltool' 'mesa') install="${pkgname}.install" source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz") -sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58') +sha256sums=('d9e5fd48b243e29832361a13f8be82b271ef0c606b13593ec72461156ee19159') build() { cd ${pkgname}-${pkgver} - ./configure --prefix='/usr' --without-{portaudio,openal,oss} + ./configure --prefix='/usr' --without-{portaudio,openal,oss} \ + --disable-update-checker make } -- cgit v1.2.3-54-g00ecf