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

Antonio Rojas arojas at archlinux.org
Fri Sep 9 11:19:08 UTC 2016


    Date: Friday, September 9, 2016 @ 11:19:07
  Author: arojas
Revision: 276096

Fix typo

Modified:
  digikam/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-09 10:26:14 UTC (rev 276095)
+++ PKGBUILD	2016-09-09 11:19:07 UTC (rev 276096)
@@ -13,7 +13,7 @@
 license=('GPL')
 url="http://www.digikam.org/"
 makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost'
-             'opencv' 'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin'
+             'doxygen' 'lensfun' 'eigen' 'kdoctools' 'marble' 'kdesignerplugin'
              'kfilemetadata' 'akonadi-contacts' 'qt5-multimedia' 'threadweaver' 'kcalcore'
              'knotifyconfig' 'libmediawiki' 'libkvkontakte')
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${_pkgver}.tar.xz" digikam-5.1-fix-build.patch
@@ -81,7 +81,7 @@
   cd $srcdir/build/doc/kipi-plugins
   make DESTDIR="$pkgdir" install
   cd $srcdir/build/doc-translated/kipi-plugins
-  make DESTDIR="pkgdir" install
+  make DESTDIR="$pkgdir" install
   cd $srcdir/build/po
   make DESTDIR="$pkgdir" install
 



More information about the arch-commits mailing list