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

Antonio Rojas arojas at archlinux.org
Mon Jan 7 18:19:32 UTC 2019


    Date: Monday, January 7, 2019 @ 18:19:29
  Author: arojas
Revision: 343078

Update to 3.0.2

Modified:
  scons/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-07 13:31:39 UTC (rev 343077)
+++ PKGBUILD	2019-01-07 18:19:29 UTC (rev 343078)
@@ -3,10 +3,8 @@
 # Contributor: Lukas Sabota <punkrockguy318 at comcast.net>
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
-# reminder: scons moving to py3 any time soon
-
 pkgname=scons
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
@@ -13,8 +11,9 @@
 url="http://scons.org"
 license=('MIT')
 depends=('python2')
+makedepends=('python2-setuptools')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b6a292e251b34b82c203b56cfa3968b3')
+sha256sums=('d0afcf8f4c2ea5fa7af3c9321c0cb3ea1c83d137196be10c4cb2c79cc5dade01')
 
 package() {
   cd $pkgname-$pkgver
@@ -28,9 +27,4 @@
   # fix for python 2.7
   sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
     "$pkgdir"/usr/bin/*
-
-  install -Dm644 LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list