[arch-commits] Commit in discover/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 15 19:10:53 UTC 2015


    Date: Tuesday, December 15, 2015 @ 20:10:53
  Author: arojas
Revision: 153388

Update to 5.5.1

Modified:
  discover/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-15 15:28:32 UTC (rev 153387)
+++ PKGBUILD	2015-12-15 19:10:53 UTC (rev 153388)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org> 
 
 pkgname=discover
-pkgver=5.5.0
-pkgrel=2
+pkgver=5.5.1
+pkgrel=1
 pkgdesc='A collection of package management tools for KDE'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/discover'
@@ -12,18 +12,12 @@
 makedepends=(extra-cmake-modules python plasma-framework)
 conflicts=(muon)
 replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
-	fix-metadata.patch::"https://quickgit.kde.org/?p=discover.git&a=commitdiff&h=fbb13a4b&o=plain")
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
 install=$pkgname.install
-md5sums=('992c92983197ddc4826eddfd72721e2e'
-         'a913837026f52c34f602a59063d65c4c')
+md5sums=('e87f0fdcb7078d7b7976907fd0cc61f8')
 
 prepare() {
   mkdir -p build
-
-# Fix desktiop file metadata http://bugs.kde.org/show_bug.cgi?id=356568
-  cd $pkgname-$pkgver
-  patch -p1 -i ../fix-metadata.patch
 }
 
 build() {



More information about the arch-commits mailing list