diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-08 10:04:45 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-08 10:04:45 +0100 |
commit | c4e52ac02d1d223901ab48f78d9835fda60acd0c (patch) | |
tree | 0d9401c37c51deb92a3b16c0eeaeb45404334f1b /community/parole/PKGBUILD | |
parent | 0e48701e4ef754a7d5aab1e8fa1ef6ba8ff3c441 (diff) | |
parent | 129db5c42a9c8f32d88c57ac3b81182acf844068 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arpack/PKGBUILD
community/ruby-cairo/PKGBUILD
community/smem/PKGBUILD
extra/pyqt/PKGBUILD
extra/xerces-c/PKGBUILD
Diffstat (limited to 'community/parole/PKGBUILD')
-rw-r--r-- | community/parole/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/parole/PKGBUILD b/community/parole/PKGBUILD index 31e5c98d8..03c6c4f9f 100644 --- a/community/parole/PKGBUILD +++ b/community/parole/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82109 2013-01-08 18:48:48Z spupykin $ +# $Id: PKGBUILD 85793 2013-03-07 10:58:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: TDY <tdy@gmx.com> pkgname=parole -pkgver=0.4.0 +pkgver=0.5.0 pkgrel=1 pkgdesc="A modern media player based on the GStreamer framework" arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ options=('!libtool') install=parole.install #source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2) -md5sums=('df05ff037c6063c905e5bb40a50b6e0f') +md5sums=('03eb2df373adaae56959a548553ef72e') build() { cd "$srcdir/$pkgname-$pkgver" |