diff options
Diffstat (limited to 'extra/kconfigwidgets/PKGBUILD')
-rw-r--r-- | extra/kconfigwidgets/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kconfigwidgets/PKGBUILD b/extra/kconfigwidgets/PKGBUILD index cdc843599..3e3da7375 100644 --- a/extra/kconfigwidgets/PKGBUILD +++ b/extra/kconfigwidgets/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 212924 2014-05-16 22:31:19Z andrea $ +# $Id: PKGBUILD 214135 2014-06-04 09:03:30Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kconfigwidgets -pkgver=4.99.0 +pkgver=4.100.0 pkgrel=1 pkgdesc='Widgets for KConfig' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons') makedepends=('extra-cmake-modules' 'kdoctools') groups=('kf5') source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('6465152efd2962e0c8493ff0816aebfd') +md5sums=('dbc46c8b643d69e6b59373424461f340') prepare() { mkdir -p build |