[arch-commits] Commit in aegisub/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Nov 4 19:07:54 UTC 2014


    Date: Tuesday, November 4, 2014 @ 20:07:54
  Author: alucryd
Revision: 121879

boost rebuild: aegisub 3.2.1-3

Modified:
  aegisub/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-04 18:58:41 UTC (rev 121878)
+++ PKGBUILD	2014-11-04 19:07:54 UTC (rev 121879)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 # Contributor: kozec <kozec at kozec.com>
 # Contributor: Limao Luo <luolimao+AUR at gmail.com>
 
 pkgname=aegisub
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'
@@ -12,20 +12,22 @@
 license=('GPL' 'BSD')
 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")
+install='aegisub.install'
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz")
 sha256sums=('961a28f2528a3c6330f06d0f2aef5fa71d93ca2ae1e6dcfabe347befbb6df8dc')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd aegisub-${pkgver}
 
-  ./configure --prefix='/usr' --without-{portaudio,openal,oss} \
-              --disable-update-checker
+  ./configure \
+    --prefix='/usr' \
+    --without-{portaudio,openal,oss} \
+    --disable-update-checker
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd aegisub-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list