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

Nicola Squartini tensor5 at archlinux.org
Sun Dec 30 18:27:41 UTC 2018


    Date: Sunday, December 30, 2018 @ 18:27:40
  Author: tensor5
Revision: 419585

upgpkg: atom 1.33.1-3

Remove C sources (see FS#61146).

Modified:
  atom/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 18:17:42 UTC (rev 419584)
+++ PKGBUILD	2018-12-30 18:27:40 UTC (rev 419585)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.33.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -113,6 +113,8 @@
   find "${pkgdir}"/usr/lib/atom/node_modules \
       -name "*.a" -exec rm '{}' \; \
       -or -name "*.bat" -exec rm '{}' \; \
+      -or -name "*.c" -exec rm '{}' \; \
+      -or -name "*.cpp" -exec rm '{}' \; \
       -or -name "*.node" -exec chmod a-x '{}' \; \
       -or -name "benchmark" -prune -exec rm -r '{}' \; \
       -or -name "doc" -prune -exec rm -r '{}' \; \



More information about the arch-commits mailing list