diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-04 10:03:29 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-04 10:03:29 +0100 |
commit | 188c20297098b706ee2687fe404b0c63eb2600d9 (patch) | |
tree | 069c4fab3fe7423afdcc360ffeba09900c66a00c /extra/gupnp-av | |
parent | f104a5865e580d1a5c50f83b6bfac2885f065c92 (diff) | |
parent | 2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccrypt/PKGBUILD
community/mathomatic/PKGBUILD
community/tuxpaint/PKGBUILD
extra/aisleriot/PKGBUILD
extra/dhcp/PKGBUILD
extra/gnome-applets/PKGBUILD
extra/gnome-shell/PKGBUILD
extra/xdg-user-dirs-gtk/PKGBUILD
Diffstat (limited to 'extra/gupnp-av')
-rw-r--r-- | extra/gupnp-av/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gupnp-av/PKGBUILD b/extra/gupnp-av/PKGBUILD index 91109b346..e9be3a918 100644 --- a/extra/gupnp-av/PKGBUILD +++ b/extra/gupnp-av/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157080 2012-04-23 13:11:44Z heftig $ +# $Id: PKGBUILD 170152 2012-11-03 17:56:09Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Thijs Vermeir <thijsvermeir@gmail.com> # Contributor: Denis Zawada <deno@rootnode.net> pkgname=gupnp-av -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('gupnp') makedepends=('gobject-introspection' 'gtk-doc') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('4863c9bcbfa2e9fcb215d43c8d1e4090fbd078f8ae65e45a3314e7f6d59a8cbf') +sha256sums=('d0dbb727d87bc9f2dc834455d14a30700b16b41a57e9dcde2e822b378ca8f1e2') build() { cd $pkgname-$pkgver |