diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:19:36 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:19:36 -0300 |
commit | a73dd5c830228a85fc975c4c4434b796e9e7858b (patch) | |
tree | a4b5b938456b2a4cc3045a8b8d4fd3117b9277db /community/nautilus-sound-converter/PKGBUILD | |
parent | 3b4c5929151db9bc1ea2e2e4f4ad22fed88a1a34 (diff) | |
parent | 37e364f033ed6db243d6db524075d8c5394c90f9 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gnustep-make/PKGBUILD
extra/foomatic/PKGBUILD
extra/gnutls/PKGBUILD
libre/gstreamer0.10-bad-libre/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
staging/libreoffice/PKGBUILD
testing/udev/PKGBUILD
Diffstat (limited to 'community/nautilus-sound-converter/PKGBUILD')
-rw-r--r-- | community/nautilus-sound-converter/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nautilus-sound-converter/PKGBUILD b/community/nautilus-sound-converter/PKGBUILD index 97e6b3257..c4b6f142c 100644 --- a/community/nautilus-sound-converter/PKGBUILD +++ b/community/nautilus-sound-converter/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68256 2012-03-20 19:47:24Z bgyorgy $ +# $Id: PKGBUILD 68972 2012-04-06 16:41:18Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=nautilus-sound-converter -pkgver=3.0.1 -pkgrel=3 +pkgver=3.0.2 +pkgrel=1 pkgdesc="Nautilus extension to convert audio files formats" arch=('i686' 'x86_64') url="http://code.google.com/p/nautilus-sound-converter/" @@ -17,7 +17,7 @@ optdepends=('gstreamer0.10-good-plugins: Extra media codecs' options=('!libtool') install=$pkgname.install source=(http://nautilus-sound-converter.googlecode.com/files/$pkgname-$pkgver.tar.xz) -sha1sums=('5319fab3b74df43b8e7c293dfdf88b754d3e9db9') +sha1sums=('f0799af3c7f14e2cd4cf70499d9bde07ec4ab89d') build() { cd "$srcdir/$pkgname-$pkgver" |