summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2017-11-02 14:06:32 -0400
committerJameson Pugh2017-11-02 14:06:32 -0400
commit157d1fa64f91e5fb0e7b3770dec4f54ee8dab195 (patch)
tree33ec74f2e3852459e94ee0ddaeb7992c7c7d5bd5 /PKGBUILD
parent2e3192a6420f2f96a7b839e2cebeda2f3bbe6079 (diff)
downloadaur-157d1fa64f91e5fb0e7b3770dec4f54ee8dab195.tar.gz
added gpg key
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd1fb490ed73..d9d05be48b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,10 @@ url='https://projects.kde.org/breeze-plymouth'
license=(LGPL)
depends=(plymouth)
makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('4d934d4c11eb923d4cf69135a77cca3b4f84452c4578a078d6fc7fe053f983ec')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4d934d4c11eb923d4cf69135a77cca3b4f84452c4578a078d6fc7fe053f983ec'
+ 'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E')
prepare() {
mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"