diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-04 10:49:42 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-04 10:49:42 -0300 |
commit | 624e141150ea71c22164ca4ac6602d6d5a191674 (patch) | |
tree | 7e4f924e39fd73afb927925fbd75f857a41fae9c /extra/kdebase-runtime | |
parent | 692010aa202808a5b0ab62a132e5e366e34273fc (diff) | |
parent | b625511a28fd8401f524474b5339e75328595150 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/mlt/PKGBUILD
community-testing/acetoneiso2/PKGBUILD
community-testing/paraview/PKGBUILD
community-testing/qbittorrent/PKGBUILD
community-testing/virtualbox/PKGBUILD
community-testing/virtualbox/virtualbox.install
community/chmsee/PKGBUILD
extra/kdelibs/PKGBUILD
extra/kdeutils/PKGBUILD
extra/libmpdclient/PKGBUILD
extra/xf86-video-ati/PKGBUILD
extra/xfce4-session/PKGBUILD
extra/xfce4-smartbookmark-plugin/PKGBUILD
kde-unstable/kdebase-workspace/PKGBUILD
multilib/lib32-libdrm/PKGBUILD
multilib/lib32-readline/PKGBUILD
Diffstat (limited to 'extra/kdebase-runtime')
-rw-r--r-- | extra/kdebase-runtime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kdebase-runtime/PKGBUILD b/extra/kdebase-runtime/PKGBUILD index 4cca56251..444df1228 100644 --- a/extra/kdebase-runtime/PKGBUILD +++ b/extra/kdebase-runtime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 141343 2011-10-29 16:05:26Z andrea $ +# $Id: PKGBUILD 141749 2011-11-02 18:12:12Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdebase-runtime -pkgver=4.7.2 -pkgrel=2 +pkgver=4.7.3 +pkgrel=1 pkgdesc="KDE Base Runtime Environment" arch=('i686' 'x86_64' 'mips64el') url='http://www.kde.org' @@ -18,7 +18,7 @@ optdepends=('htdig: to build the search index in khelpcenter' install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2" 'libqzeitgeist08.patch') -sha1sums=('4d0b1883a2f65cc9472c4788c24e6b241f3b8828' +sha1sums=('293dec26e0d7278396d2ad0240d14aeea6060970' '164c9e4305029cb68a2101cfeeb76c7066c2fd39') build() { |