author | Antonio Rojas
<arojas@archlinux.org> 2015-12-16 07:08:40 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-12-16 07:08:40 UTC |
parent | 3f6b1989bfd11e0623b3b65a11f6e661eb6d61c9 |
PKGBUILD | +4 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index b2452f7..5126f2b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kaccounts-integration -pkgver=15.08.3 -pkgrel=3 +pkgver=15.12.0 +pkgrel=1 pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others' arch=(i686 x86_64) @@ -11,17 +11,11 @@ license=(GPL) groups=(kde-applications kdenetwork) depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui) makedepends=(extra-cmake-modules kdoctools) -source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz" - bug354949.patch::"https://quickgit.kde.org/?p=kaccounts-integration.git&a=commitdiff&h=fe6b9c&o=plain") -md5sums=('ffefdb1009cfc113b38f860baf9f2f29' - '7298b99ffab3231ba048390ef9614c72') +source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") +md5sums=('6ae85de02ca89f16f2daa9f8367dc528') prepare() { mkdir -p build - -# Fix accounts creation http://bugs.kde.org/show_bug.cgi?id=354949 - cd $pkgname-$pkgver - patch -p1 -i ../bug354949.patch } build() {