diff options
Diffstat (limited to 'kde-unstable/kdepim-runtime/PKGBUILD')
-rw-r--r-- | kde-unstable/kdepim-runtime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-unstable/kdepim-runtime/PKGBUILD b/kde-unstable/kdepim-runtime/PKGBUILD index 4aa696cfe..e83ce0944 100644 --- a/kde-unstable/kdepim-runtime/PKGBUILD +++ b/kde-unstable/kdepim-runtime/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepim-runtime -pkgver=4.5.94.1 -pkgrel=2 +pkgver=4.5.95 +pkgrel=1 pkgdesc='KDE PIM Runtime Environment' arch=('i686' 'x86_64') url='http://www.kde.org' @@ -15,8 +15,8 @@ install=${pkgname}.install #source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") source=("http://download.kde.org/unstable/kdepim/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" 'disable-l10n.patch') -sha1sums=('f226165cd7f92524be354329097e5009b5754046' - '991d81435205185dcb2285a6e728f7756ae92b0d') +sha1sums=('0607224f725ee161d16d41a44bd02bacb8245434' + '991d81435205185dcb2285a6e728f7756ae92b0d') build() { cd "${srcdir}"/${pkgname}-${pkgver} |