diff options
Diffstat (limited to 'extra/kdenetwork-kppp/PKGBUILD')
-rw-r--r-- | extra/kdenetwork-kppp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/kdenetwork-kppp/PKGBUILD b/extra/kdenetwork-kppp/PKGBUILD index e31b67888..d34bd1c2f 100644 --- a/extra/kdenetwork-kppp/PKGBUILD +++ b/extra/kdenetwork-kppp/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-kppp -pkgver=4.11.2 +pkgver=4.11.3 pkgrel=1 pkgdesc='Internet Dial-Up Tool' url='http://kde.org/applications/internet/kppp/' @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'ppp') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz") -sha1sums=('4ae9bea4814db06162e73b3bd496f023d74f488c') +sha1sums=('11608fce538eecb3496406e50c4d2e17f5f520b1') build() { mkdir build |