diff options
Diffstat (limited to 'community/aegisub/PKGBUILD')
-rwxr-xr-x | community/aegisub/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 03044338c..de1403d0b 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93265 2013-06-30 19:01:59Z alucryd $ +# $Id: PKGBUILD 93876 2013-07-11 16:18:40Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: kozec <kozec@kozec.com> # Contributor: Limao Luo <luolimao+AUR@gmail.com> pkgname=aegisub -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspe makedepends=('mesa') install=aegisub.install source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz") -sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc') +sha256sums=('7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a') build() { cd "${srcdir}"/${pkgname}/${pkgname} |