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

Antonio Rojas arojas at archlinux.org
Wed Oct 14 06:13:50 UTC 2015


    Date: Wednesday, October 14, 2015 @ 08:13:50
  Author: arojas
Revision: 249317

Fix patch source (FS#46705)

Modified:
  marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-14 04:36:15 UTC (rev 249316)
+++ PKGBUILD	2015-10-14 06:13:50 UTC (rev 249317)
@@ -13,9 +13,10 @@
 url="https://www.kde.org/applications/system/marble"
 license=(GPL)
 makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 qt5-webkit krunner kparts knewstuff qt5-tools)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" plugin-dir.patch)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+	plugin-dir.patch::"https://quickgit.kde.org/?p=marble.git&a=commitdiff&h=f59d559&o=plain")
 md5sums=('85c1b7b07c9fc8952a1a221f4d45c88e'
-         'ba8fe57516790cf55efe9dd2b87bf41d')
+         '5b2bbae7e54c33230eafbc960f6dd5a6')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list