diff options
Diffstat (limited to 'extra/kdenetwork-kppp/PKGBUILD')
-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 d34bd1c2f..e3b9426a0 100644 --- a/extra/kdenetwork-kppp/PKGBUILD +++ b/extra/kdenetwork-kppp/PKGBUILD @@ -1,8 +1,8 @@ -# $Id$ +# $Id: PKGBUILD 202579 2013-12-22 12:49:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdenetwork-kppp -pkgver=4.11.3 +pkgver=4.12.0 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=('11608fce538eecb3496406e50c4d2e17f5f520b1') +sha1sums=('6c8059159d38517311a532e97e33b7cdf7d714e5') build() { mkdir build |