From db9611cdab2aaeda9cd360efe1b56947f76f6f3a Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 18 Apr 2019 20:49:58 +0200 Subject: [PATCH] py3-brotlipy: bump pkgrel after soname bump Library doesn't exist anymore, so we need to rebuild the package: so:libpython3.6m.so.1.0 --- main/py3-brotlipy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py3-brotlipy/APKBUILD b/main/py3-brotlipy/APKBUILD index fa27c6686..a6ab4fe40 100644 --- a/main/py3-brotlipy/APKBUILD +++ b/main/py3-brotlipy/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-brotlipy _pkgname=brotlipy pkgver=0.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python binding to the Brotli library" url="https://github.com/python-hyper/brotlipy" arch="x86_64"