diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-31 12:35:56 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-31 12:35:56 +0200 |
commit | 0dc1411695376442c13f473499a876f085074d75 (patch) | |
tree | 1ce41a87f86a15e6a72ae9e9198a05c755e293f0 /extra/gupnp-dlna/PKGBUILD | |
parent | e6e5e22dc82259030c1c26dc78bb4e761861abfc (diff) | |
parent | 94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/acpid/PKGBUILD
core/btrfs-progs/PKGBUILD
extra/calligra/PKGBUILD
extra/libxcursor/PKGBUILD
extra/xine-lib/PKGBUILD
Diffstat (limited to 'extra/gupnp-dlna/PKGBUILD')
-rw-r--r-- | extra/gupnp-dlna/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gupnp-dlna/PKGBUILD b/extra/gupnp-dlna/PKGBUILD index f42e8dbd9..43a85b154 100644 --- a/extra/gupnp-dlna/PKGBUILD +++ b/extra/gupnp-dlna/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183421 2013-04-21 22:11:02Z heftig $ +# $Id: PKGBUILD 186714 2013-05-30 17:41:26Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Balló György <ballogyor+arch at gmail dot com> pkgname=gupnp-dlna -pkgver=0.10.1 +pkgver=0.10.2 pkgrel=1 pkgdesc="Library to ease DLNA-related bits for applications using gupnp" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=(gst-plugins-base-libs) makedepends=(gobject-introspection gtk-doc vala) options=('!libtool') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c514ec6edd2a427914ef79fed002f91b875fde127084f21d770401a1d2b95f7b') +sha256sums=('158a22dc9c11645817596322e2516701f0d49e40f1892ddc8832afd26221c5c3') build() { cd $pkgname-$pkgver |