diff options
Diffstat (limited to 'pyobjc-core')
-rw-r--r-- | pyobjc-core/build.sh | 4 | ||||
-rw-r--r-- | pyobjc-core/meta.yaml | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/pyobjc-core/build.sh b/pyobjc-core/build.sh index 4b71885..424b539 100644 --- a/pyobjc-core/build.sh +++ b/pyobjc-core/build.sh @@ -1,2 +1,2 @@ - -python setup.py install || exit 1
\ No newline at end of file +cd pyobjc-core +python setup.py install diff --git a/pyobjc-core/meta.yaml b/pyobjc-core/meta.yaml index e4dbe8c..c64ebac 100644 --- a/pyobjc-core/meta.yaml +++ b/pyobjc-core/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'pyobjc-core' %} -{% set version = '3.0.4' %} +{% set version = '3.1.1' %} {% set number = '0' %} about: @@ -19,10 +19,9 @@ requirements: run: - python x.x source: - fn: {{ name }}-{{ version }}.tar.gz - md5: 6baaa0d2533cc9c26ad9f889ca9ecb01 + fn: pyobjc-{{ version }}.tar.gz url: - - https://pypi.python.org/packages/source/p/pyobjc-core/{{ name }}-{{ version }}.tar.gz + - https://bitbucket.org/ronaldoussoren/pyobjc/get/pyobjc-{{ version }}.tar.bz2 test: imports: - PyObjCTools |