summaryrefslogtreecommitdiff
path: root/sip/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-10-04 23:29:37 +0200
committerTim Biermann <tbier@posteo.de>2021-10-05 00:18:32 +0200
commit73b19d5b9c7e1edcc08429455138fb21be79ad8d (patch)
tree722f8de94f1fb6e3c2928dcde3b5849523e081f7 /sip/Pkgfile
parent6be277cef544401094e9cc436193da06b3c1e0f3 (diff)
downloadcontrib-73b19d5b9c7e1edcc08429455138fb21be79ad8d.tar.gz
contrib-73b19d5b9c7e1edcc08429455138fb21be79ad8d.tar.xz
sip: 6.1.1 -> 6.2.0
Diffstat (limited to 'sip/Pkgfile')
-rw-r--r--sip/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sip/Pkgfile b/sip/Pkgfile
index 0b73b015c..fbd312430 100644
--- a/sip/Pkgfile
+++ b/sip/Pkgfile
@@ -4,16 +4,18 @@
# Depends on: python3-toml
name=sip
-version=6.1.1
+version=6.2.0
release=1
source=(https://pypi.python.org/packages/source/s/sip/sip-$version.tar.gz)
build() {
cd sip-$version
+
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \
--root=$PKG \
--optimize=1
+
find $PKG \
-iname "*README*" \
-delete

Generated by cgit