author | Antonio Rojas
<arojas@archlinux.org> 2016-03-20 00:15:23 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-03-20 00:15:23 UTC |
parent | 981125d5436c3183f35e4936b29fd0e70a6b0f10 |
PKGBUILD | +3 | -9 |
diff --git a/PKGBUILD b/PKGBUILD index 7f6047b..c040bd8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Antonio Rojas pkgname=libksysguard -pkgver=5.5.5 +pkgver=5.6.0 pkgrel=1 pkgdesc='Libksysguard' arch=('i686' 'x86_64') @@ -12,17 +12,11 @@ license=('LGPL') depends=('libxres' 'plasma-framework' 'qt5-webkit') makedepends=('extra-cmake-modules' 'kdoctools' 'python') conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" - libksysguard-glibc2.23.patch::"https://quickgit.kde.org/?p=libksysguard.git&a=commitdiff&h=b0578798&o=plain") -md5sums=('ff6c11140a83928c7b240ced2f06b3e8' - '2d55eabfdfe6b2e3e9e77ae5f9c8cdd3') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") +md5sums=('d2297d1a4996d5ac855a5d98cf1d9581') prepare() { mkdir -p build - -# Fix build with glibc 2.23 - cd $pkgname-$pkgver - patch -p1 -i ../libksysguard-glibc2.23.patch } build() {