Date: Wednesday, April 9, 2014 @ 00:37:21 Author: alucryd Revision: 108985
icu rebuild: aegisub 3.1.3-1 Modified: aegisub/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-08 17:59:04 UTC (rev 108984) +++ PKGBUILD 2014-04-08 22:37:21 UTC (rev 108985) @@ -4,7 +4,7 @@ # Contributor: Limao Luo <[email protected]> pkgname=aegisub -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" arch=('i686' 'x86_64') @@ -14,10 +14,10 @@ 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 @@ -24,7 +24,7 @@ } package() { - cd ${pkgname}-${pkgver}/${pkgname} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install
