[arch-commits] Commit in purpose/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Oct 21 16:54:22 UTC 2017
Date: Saturday, October 21, 2017 @ 16:54:21
Author: arojas
Revision: 308301
Fix checksums (FS#56064)
Modified:
purpose/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-21 08:31:20 UTC (rev 308300)
+++ PKGBUILD 2017-10-21 16:54:21 UTC (rev 308301)
@@ -12,8 +12,7 @@
makedepends=(extra-cmake-modules intltool python)
optdepends=('kdeconnect: sharing to smartphone via KDE Connect')
source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013'
- 'SKIP')
+sha256sums=('2e5be3e50b77ad193db7f25131a15b51dd64c2420638b275fb0b6292ea661013')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list