[arch-commits] Commit in discover/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 11 16:45:55 UTC 2016
Date: Tuesday, October 11, 2016 @ 16:45:54
Author: arojas
Revision: 191958
Update to 5.8.1
Modified:
discover/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-11 15:58:48 UTC (rev 191957)
+++ PKGBUILD 2016-10-11 16:45:54 UTC (rev 191958)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=discover
-pkgver=5.8.0
+pkgver=5.8.1
pkgrel=1
pkgdesc='A collection of package management tools for KDE'
arch=(i686 x86_64)
@@ -12,8 +12,10 @@
makedepends=(extra-cmake-modules python plasma-framework)
conflicts=(muon)
replaces=(muon)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
-md5sums=('98d3d35ce3a28f1f161a9db38fa7e5b7')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('fa24d9027a7bac1f1472f21369ffba88'
+ 'SKIP')
+validpgpkeys=(2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell <jr at jriddell.org>
prepare() {
mkdir -p build
More information about the arch-commits
mailing list