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

Antonio Rojas arojas at archlinux.org
Sat Dec 16 10:44:36 UTC 2017


    Date: Saturday, December 16, 2017 @ 10:44:35
  Author: arojas
Revision: 274558

Update to 2.8.9

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-16 10:11:49 UTC (rev 274557)
+++ PKGBUILD	2017-12-16 10:44:35 UTC (rev 274558)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kstars
-pkgver=2.8.8
+pkgver=2.8.9
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -14,18 +14,13 @@
 depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-        kstars-cmake-3.10.patch::"https://cgit.kde.org/kstars.git/patch/?id=ec1b8e3e")
-sha256sums=('7bdb184b5c6d536c198ed32994b511865f3e06b0417b612020d1bc3bdb953b4c'
-            'SKIP'
-            'b46e1a9c6ce41453cb5196baa9c672daea7c1ff137875147ccc6d2c7f23cdaf8')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b4b5618f9febb3f5558804f2df773ad1bbd7d4b51605c7a24435ad179981f098'
+            'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq <mutlaqja at ikarustech.com>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kstars-cmake-3.10.patch # Fix build with cmake 3.10
 }
 
 build() {



More information about the arch-commits mailing list