diff options
author | Tim Biermann <tbier@posteo.de> | 2020-08-30 10:25:19 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-08-30 10:25:19 +0000 |
commit | 4fbb8802f960e701ea2785c331c4b0fdcca57f9a (patch) | |
tree | 5369198940a03dde472ce7cb4c3ddf110163f64f /sip | |
parent | d28fab48a0d1b20557dbfdbfdda795a76adb6a3d (diff) | |
download | contrib-4fbb8802f960e701ea2785c331c4b0fdcca57f9a.tar.gz contrib-4fbb8802f960e701ea2785c331c4b0fdcca57f9a.tar.xz |
sip: 4.19.23 -> 4.19.24
Diffstat (limited to 'sip')
-rw-r--r-- | sip/.signature | 6 | ||||
-rw-r--r-- | sip/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sip/.signature b/sip/.signature index 567d2cc4b..caffa3212 100644 --- a/sip/.signature +++ b/sip/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+IYAqdOXPtiJPely+ZmJ18kpQDtWAj+LerLOCwAZVkTRdc9MX5ZFZRnVwMWjfF/6h9u855ELK6rXOZ9gh8ZrgE= -SHA256 (Pkgfile) = 1f1b3e5f2174d6e79939a5a82d4309a1dc6a2852f50c5172be1300bfade3bc0a +RWSagIOpLGJF32YMYiXQz0esHu69Tx+huDBYcGCZu7dQREznZT/NLkj1Qxjyo/n3Mc8JeC0NDeQG3F2vbS5AkW89e74IJ//fNgA= +SHA256 (Pkgfile) = 0ed143926577d418e24f9df5e01fd7d7a64f7891ca9e5b86164b4415adae2794 SHA256 (.footprint) = a3243c2569bc065130d403814200fb53bc392ffa8e227f634df119eb14d356b2 -SHA256 (sip-4.19.23.tar.gz) = 22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7 +SHA256 (sip-4.19.24.tar.gz) = edcd3790bb01938191eef0f6117de0bf56d1136626c0ddb678f3a558d62e41e5 diff --git a/sip/Pkgfile b/sip/Pkgfile index a2b440b61..0d00d09d8 100644 --- a/sip/Pkgfile +++ b/sip/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3 name=sip -version=4.19.23 +version=4.19.24 release=1 source=(https://www.riverbankcomputing.com/static/Downloads/sip/$version/$name-$version.tar.gz) @@ -12,7 +12,7 @@ build() { cd $name-$version mkdir build cd build - python3 ../configure.py CFLAGS="$CFLAGS" + /usr/bin/python3 ../configure.py CFLAGS="$CFLAGS" make make DESTDIR=$PKG install -C sipgen mv $PKG/usr/include/{python*/sip.h,} |