diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-05-09 01:51:44 -0300 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-30 15:33:00 +0000 |
| commit | 162cb95053f55dcc8973545358649a6bc4b0b3c8 (patch) | |
| tree | 112090a401a7757fdb47aeda5a7a78f881725451 /testing | |
| parent | b2bb3751618965ce327cea114b533d05fc3021c3 (diff) | |
| download | aports-162cb95053f55dcc8973545358649a6bc4b0b3c8.tar.bz2 aports-162cb95053f55dcc8973545358649a6bc4b0b3c8.tar.xz | |
testing/shiboken2: finish renaming
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/shiboken2/APKBUILD | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/testing/shiboken2/APKBUILD b/testing/shiboken2/APKBUILD index d2ab387cee..cc0181c1f5 100644 --- a/testing/shiboken2/APKBUILD +++ b/testing/shiboken2/APKBUILD @@ -1,6 +1,6 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Drew DeVault <sir@cmpwn.com> -pkgname=shiboken +pkgname=shiboken2 _pkgname=pyside-setup-everywhere-src pkgver=5.11.2 pkgrel=0 @@ -26,6 +26,9 @@ source=" " builddir="$srcdir/$_pkgname-$pkgver" +provides="shiboken=$pkgver-r$pkgrel" # For backward compatibility +replaces="shiboken" # For backward compatibility + prepare() { mkdir build default_prepare @@ -55,6 +58,8 @@ libs() { dev() { license="LGPL-2.1-or-later" default_dev + provides="shiboken-dev=$pkgver-r$pkgrel" + replaces="shiboken-dev" } py3() { @@ -63,6 +68,8 @@ py3() { pkgdesc="Python3 shiboken bindings" mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/python3* "$subpkgdir"/usr/lib + provides="py3-shiboken=$pkgver-r$pkgrel" # For backward compatibility + replaces="py3-shiboken" # For backward compatibility } sha512sums="b56c93efa43caf957b5bd959401f19e15f9e87507089f01cd7dfe0dcbc9cc14cbd01befbcc961c8d30f51496c162f190b1f747349f28b82d93dd49663586b801 pyside-setup-everywhere-src-5.11.2.tar.xz |
