diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-11-14 15:11:33 -0600 |
commit | 71e00d88efd371016987ec327ff80f68a99ca276 (patch) | |
tree | 94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-urwid | |
parent | 79945f16dd470e72516c67568eb4e356a5d8d196 (diff) | |
parent | 145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff) | |
download | contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz |
Merge branch '3.5' into 3.6
Diffstat (limited to 'python3-urwid')
-rw-r--r-- | python3-urwid/.signature | 4 | ||||
-rw-r--r-- | python3-urwid/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-urwid/.signature b/python3-urwid/.signature index 8811ccd8b..4d010262a 100644 --- a/python3-urwid/.signature +++ b/python3-urwid/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32/stF0+db4ZRSLAnDUU4SiRCy/2+niv9GQrlMkdLllL3vMgdXfKUjOQfqiD/dZ+zzStHkcI29g2dam9+aYxRwU= -SHA256 (Pkgfile) = 0750c2a74c3269836862daa7d111e98b1695af70bd89c851855a22d04f8f4ff7 +RWSagIOpLGJF3wHQryg1lh/0xb469/fV2/aaMrKa1W0RvBSAb9zMGVzkEVRu6XByjZPCuueFcYlCw5c4t9lWQmKZKZI8VGZjhwA= +SHA256 (Pkgfile) = d5ed05ed17bb7139503c7f072fa596f3f845a777b2302f025d64f1fd509c449d SHA256 (.footprint) = 34329baf36f348026ba76adc151d952a901e16c18f22d0549f6f45cbf44bb036 SHA256 (urwid-2.1.2.tar.gz) = 366970cabce4a7f70fb4af1d16ac8be23dbcf38f995a20029a4bf32fffe7607d diff --git a/python3-urwid/Pkgfile b/python3-urwid/Pkgfile index 83106151c..96bc7ee9c 100644 --- a/python3-urwid/Pkgfile +++ b/python3-urwid/Pkgfile @@ -10,8 +10,8 @@ source=(https://github.com/urwid/urwid/archive/release-$version/urwid-$version.t build() { cd urwid-release-$version - python3 setup.py build - python3 setup.py install \ + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install \ --prefix=/usr \ -O1 \ --skip-build \ |