diff options
| author | Michka Popoff | 2013-07-17 13:55:16 +0200 |
|---|---|---|
| committer | Samuel John | 2013-07-17 17:00:56 +0200 |
| commit | e9b95c57f92bf07f917d1be4f702d3a245bc085d (patch) | |
| tree | 09e24f8ab769230775a91b66662e147be472e23a /Library/Formula/pyqt.rb | |
| parent | 7e7a1ecca279c932a49834dc03f727d2a0b8467b (diff) | |
| download | homebrew-e9b95c57f92bf07f917d1be4f702d3a245bc085d.tar.bz2 | |
PyQt: 4.10.2
Closes #21276.
Signed-off-by: Samuel John <github@SamuelJohn.de>
Diffstat (limited to 'Library/Formula/pyqt.rb')
| -rw-r--r-- | Library/Formula/pyqt.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/pyqt.rb b/Library/Formula/pyqt.rb index b8ea43a8c..e88cc02ca 100644 --- a/Library/Formula/pyqt.rb +++ b/Library/Formula/pyqt.rb @@ -2,8 +2,8 @@ require 'formula' class Pyqt < Formula homepage 'http://www.riverbankcomputing.co.uk/software/pyqt' - url 'http://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.1/PyQt-mac-gpl-4.10.1.tar.gz' - sha1 'cf20699c4db8d3031c19dd51df8857bba1a4956b' + url 'http://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.10.2/PyQt-mac-gpl-4.10.2.tar.gz' + sha1 '40362e6b9f476683e4e35b83369e30a8dfff99ad' depends_on :python => :recommended depends_on :python3 => :optional @@ -23,8 +23,8 @@ class Pyqt < Formula "--destdir=#{lib}/#{python.xy}/site-packages", "--sipdir=#{share}/sip#{python.if3then3}" system "make" - system "make install" - system "make clean" # because this python block may be run twice + system "make", "install" + system "make", "clean" # because this python block may be run twice end if python3 |
