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

Antonio Rojas arojas at archlinux.org
Thu Oct 22 13:13:28 UTC 2020


    Date: Thursday, October 22, 2020 @ 13:13:28
  Author: arojas
Revision: 398724

Remove unneded boost makedepends (FS#68366)

Modified:
  stellarium/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 08:25:41 UTC (rev 398723)
+++ PKGBUILD	2020-10-22 13:13:28 UTC (rev 398724)
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script'
 	'qt5-serialport' 'qt5-multimedia' 'qt5-location' 'gpsd')
-makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+makedepends=('cmake' 'mesa' 'qt5-tools')
 source=(https://github.com/Stellarium/stellarium/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('79151C2E6351E7278DA1A730BF38D4D02A328DFF')  # Alexander Wolf <alex.v.wolf at gmail.com>
 sha256sums=('2781a364d14c203c21a11ef528d541559ed749e1b6c3dbc1187410a6c23ab97c'



More information about the arch-commits mailing list