diff options
Diffstat (limited to 'extra/kdenetwork-kppp')
-rw-r--r-- | extra/kdenetwork-kppp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdenetwork-kppp/PKGBUILD b/extra/kdenetwork-kppp/PKGBUILD index 52a06b0e4..2ea97614f 100644 --- a/extra/kdenetwork-kppp/PKGBUILD +++ b/extra/kdenetwork-kppp/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214918 2014-06-10 17:55:21Z svenstaro $ +# $Id: PKGBUILD 217317 2014-07-18 11:46:10Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-kppp -pkgver=4.13.2 +pkgver=4.13.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=('772d5488ab4c697f85ec3395d7f3f838f0a3fb0b') +sha1sums=('c55815d2aa853ca4aa4ac7bf169e9f6b0f9def7e') build() { mkdir build |