diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-01 11:35:39 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-01 11:35:39 -0300 |
commit | 1192f92b3117f045d8a6e01bdc18a71d4ce7e980 (patch) | |
tree | f142ada32802fc41be79d63118bbfd3f692c3485 /extra/sip | |
parent | a3eb7624c72208c02fb4778c487ac9458436cca0 (diff) | |
parent | 560562e36a27da267f2f4f7989806790192888ef (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/dictd/PKGBUILD
community/libmaa/PKGBUILD
core/gcc/PKGBUILD
core/glibc/PKGBUILD
extra/libatasmart/PKGBUILD
extra/llvm/PKGBUILD
extra/pidgin/PKGBUILD
multilib/gcc-multilib/PKGBUILD
multilib/gcc-multilib/gcc_pure64.patch
multilib/lib32-glibc/PKGBUILD
multilib/lib32-glibc/glibc-2.14-libdl-crash.patch
multilib/lib32-glibc/lib32-glibc.conf
multilib/lib32-pcre/PKGBUILD
multilib/libtool-multilib/PKGBUILD
Diffstat (limited to 'extra/sip')
-rw-r--r-- | extra/sip/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/sip/PKGBUILD b/extra/sip/PKGBUILD index 2a0edc878..bd17db2be 100644 --- a/extra/sip/PKGBUILD +++ b/extra/sip/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 135247 2011-08-11 16:54:11Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 141389 2011-10-30 11:14:14Z andrea $ +# Maintainer: +# Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> # Contributor: riai <riai@bigfoot.com>, Ben <ben@benmazer.net> pkgbase=sip pkgname=('sip' 'python2-sip') -pkgver=4.12.4 +pkgver=4.13 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://www.riverbankcomputing.com/software/sip/" license=('custom:"sip"') makedepends=('python' 'python2') source=("http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz") -md5sums=('6cbd56abb7d35aad833789c98ae61652') +md5sums=('21b4e2cad56e4156df2220143264b8ff') build() { cd "${srcdir}" |