diff options
author | root <root@rshg054.dnsready.net> | 2013-08-09 01:49:58 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-09 01:49:58 -0700 |
commit | 7978ce3c736ef00274d5956c378df572315702bd (patch) | |
tree | d7ad3d3505e9a534455353724fe110d23813e67e /community/subtitleeditor | |
parent | d65d13a9fb3099310bb7736be11ee0724dde2dc7 (diff) |
Fri Aug 9 01:49:55 PDT 2013
Diffstat (limited to 'community/subtitleeditor')
-rw-r--r-- | community/subtitleeditor/PKGBUILD | 11 | ||||
-rw-r--r-- | community/subtitleeditor/subtitleeditor.changelog | 3 |
2 files changed, 8 insertions, 6 deletions
diff --git a/community/subtitleeditor/PKGBUILD b/community/subtitleeditor/PKGBUILD index a7932aa85..1cb1f0f91 100644 --- a/community/subtitleeditor/PKGBUILD +++ b/community/subtitleeditor/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 66079 2012-02-22 22:47:22Z jlichtblau $ +# $Id: PKGBUILD 95280 2013-08-08 19:16:53Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=subtitleeditor -pkgver=0.40.0 +pkgver=0.41.0 pkgrel=1 pkgdesc="A GTK+2 tool to edit subtitles for GNU/Linux/*BSD" arch=('i686' 'x86_64') @@ -12,13 +12,12 @@ depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 'gstreamer0 'gstreamermm' 'gtk2' 'gtkmm' 'hicolor-icon-theme' 'libsigc++' 'libxml++' 'xdg-utils') makedepends=('intltool') optdepends=('gstreamer0.10-ffmpeg: to be able to view movies inside the subtitleeditor' - 'gstreamer0.10-ugly-plugins: to be able to view movies inside the subtitleeditor' - 'gstreamer0.10-fluendo: to be able to view movies inside the subtitleeditor') + 'gstreamer0.10-ugly-plugins: to be able to view movies inside the subtitleeditor') options=('!libtool') install=$pkgname.install changelog=$pkgname.changelog -source=(http://download.gna.org/$pkgname/0.40/$pkgname-$pkgver.tar.gz) -sha256sums=('b8d948f3e770524bf63fe632600aa94fcbd4edba772cad2aec4fdb3b3335b02d') +source=(http://download.gna.org/$pkgname/0.41/$pkgname-$pkgver.tar.gz) +sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/subtitleeditor/subtitleeditor.changelog b/community/subtitleeditor/subtitleeditor.changelog index 9362e3c99..1f431c55b 100644 --- a/community/subtitleeditor/subtitleeditor.changelog +++ b/community/subtitleeditor/subtitleeditor.changelog @@ -1,3 +1,6 @@ +2013-08-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * subtitleeditor 0.41.0-1 + 2012-02-22 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * subtitleeditor 0.40.0-1 |