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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 22 17:38:11 UTC 2018


    Date: Monday, January 22, 2018 @ 17:38:10
  Author: eschwartz
Revision: 285024

Add PGP signatures.

Also fix unquoted srcdir/pkgdir.

Modified:
  kphotoalbum/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-22 17:37:46 UTC (rev 285023)
+++ PKGBUILD	2018-01-22 17:38:10 UTC (rev 285024)
@@ -15,12 +15,14 @@
 depends=('libkipi' 'libkdcraw' 'libkgeomap' 'exiv2')
 makedepends=('extra-cmake-modules' 'python' 'plasma-framework' 'phonon-qt5' 'kdoctools' 'kparts' 'libkexiv2')
 optdepends=()
-source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
+source=("https://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
         kphotoalbum-qt-5.10.patch
         kphotoalbum-race.patch::"https://github.com/KDE/kphotoalbum/commit/9f05b3cf.patch")
 sha256sums=('9ad02080b21787d5824d0c4bb49be2a00822098adca7937e9c7497440d3b0b89'
+            'SKIP'
             '67efc8339a9754f28f5a438510b3f2b114dd9cc07ecc34e75c0e1aa72f1a6b80'
             'b133d98080f13d4d17b1e0d6f43bf183746d9e5b7af399b2da57d6eb0b247193')
+validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8') # Tobias Leupold <tobias.leupold at gmx.de>
 
 prepare() {
   cd $pkgname-$pkgver
@@ -40,7 +42,7 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd "${srcdir}"/build
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list