diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-19 04:00:43 +0000 |
commit | 4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch) | |
tree | 5e022d124eb60b93d19e96a0d9c0e8532be87a6e /community/aegisub/PKGBUILD | |
parent | f8a4eefb2bb008f302349db07da4a75e746a1aeb (diff) |
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'community/aegisub/PKGBUILD')
-rwxr-xr-x | community/aegisub/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 9b69c4633..f746c889b 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,30 +1,30 @@ -# $Id: PKGBUILD 105243 2014-02-03 10:40:39Z alucryd $ +# $Id: PKGBUILD 109779 2014-04-18 17:31:23Z andyrtr $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: kozec <kozec@kozec.com> # Contributor: Limao Luo <luolimao+AUR@gmail.com> pkgname=aegisub -pkgver=3.1.2 -pkgrel=1 -pkgdesc="A general-purpose subtitle editor with ASS/SSA support" +pkgver=3.1.3 +pkgrel=2 +pkgdesc='A general-purpose subtitle editor with ASS/SSA support' arch=('i686' 'x86_64') -url="http://www.aegisub.org" +url='http://www.aegisub.org' license=('GPL' 'BSD') -depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk') +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=('36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86') +sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58') build() { - cd ${pkgname}-${pkgver}/${pkgname} + cd ${pkgname}-${pkgver} ./configure --prefix='/usr' --without-{portaudio,openal,oss} make } package() { - cd ${pkgname}-${pkgver}/${pkgname} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install |