summaryrefslogtreecommitdiff
path: root/community/aegisub/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/aegisub/PKGBUILD')
-rwxr-xr-xcommunity/aegisub/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD
index d052647f7..049b29659 100755
--- a/community/aegisub/PKGBUILD
+++ b/community/aegisub/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 103788 2014-01-11 20:08:20Z eric $
+# $Id: PKGBUILD 103949 2014-01-13 21:34:11Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: kozec <kozec@kozec.com>
# Contributor: Limao Luo <luolimao+AUR@gmail.com>
pkgname=aegisub
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
arch=('i686' 'x86_64')
url="http://www.aegisub.org"
@@ -13,16 +13,8 @@ license=('GPL' 'BSD')
depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 'wxgtk')
makedepends=('boost' 'intltool' 'mesa')
install="${pkgname}.install"
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"
- 'aegisub-wx-stl.patch')
-sha256sums=('3df061456bbab6bd955d7c5b63336be47392eafa21148ff6ed5727eaa6a29987'
- '1306b2caf2e192597a99931b4519023ea63b684f330e0838b1152d52b279f6c1')
-
-prepare() {
- cd ${pkgname}-${pkgver}
-
- patch -Np1 -i ../aegisub-wx-stl.patch
-}
+source=("http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('7f8417488cf56b835ddaa36e64916a64eb030fbd79d96a7f8009eae803e897ac')
build() {
cd ${pkgname}-${pkgver}/${pkgname}