summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-01-08 17:51:13 +0100
committerbartus2019-01-08 17:51:13 +0100
commitabd8fc48bb5344163f8198d9696dbf9d81a2b586 (patch)
treef67f7c8db896345a64d582945340410fdccabe43
parent89f925891be570aaecbaf281ce6f4dd85dd87da9 (diff)
downloadaur-abd8fc48bb5344163f8198d9696dbf9d81a2b586.tar.gz
update checksums array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdd135f50f9a..87006e4e30f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = phonon-qt4
source = https://download.kde.org/stable/phonon/4.10.1/phonon-4.10.1.tar.xz.sig
validpgpkeys = CB9387521E1EE0127DA804843FDBB55084CC5D84
sha256sums = e5a98df31aeffc22493afc8d6adbca5d6f0c27cc2eed73b3be05195321e08db7
+ sha256sums = SKIP
pkgname = phonon-qt4
depends = qt4
diff --git a/PKGBUILD b/PKGBUILD
index 8bac335eb686..9fc5367c083c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url='http://phonon.kde.org/'
install="phonon-qt4.install"
license=(LGPL)
source=("https://download.kde.org/stable/${pkgname%-qt4}/$pkgver/${pkgname%-qt4}-$pkgver.tar.xz"{,.sig})
-sha256sums=('e5a98df31aeffc22493afc8d6adbca5d6f0c27cc2eed73b3be05195321e08db7')
+sha256sums=('e5a98df31aeffc22493afc8d6adbca5d6f0c27cc2eed73b3be05195321e08db7'
+ 'SKIP')
validpgpkeys=('CB9387521E1EE0127DA804843FDBB55084CC5D84') # Harald Sitter <sitter@kde.org>
build() {