diff --git a/community/gbinder-python/APKBUILD b/community/gbinder-python/APKBUILD index 12584aceda20b67486bfcfc1336946c1b1082eee..00c2a274e8f30c93ecbcac8f625f82e142cb8653 100644 --- a/community/gbinder-python/APKBUILD +++ b/community/gbinder-python/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=gbinder-python -pkgver=1.1.0 -pkgrel=1 +pkgver=1.1.1 +pkgrel=0 pkgdesc="Python bindings for libgbinder" url="https://github.com/erfanoabdi/gbinder-python" # s390x blocked by libgbinder @@ -15,9 +15,7 @@ makedepends=" py3-setuptools python3-dev " -source="https://github.com/erfanoabdi/gbinder-python/archive/$pkgver/gbinder-python-$pkgver.tar.gz - fix_version.patch - " +source="https://github.com/erfanoabdi/gbinder-python/archive/$pkgver/gbinder-python-$pkgver.tar.gz" options="!check" # No properly runnable tests build() { @@ -29,6 +27,5 @@ package() { } sha512sums=" -12b1ee1892a2336d86e96430a68832c2c09330ff6b5b3e04423f5922bc309bdf136d85722b6a2106528c00a7ef12f8eba90500fd31ba05a33186ec74239f8b2a gbinder-python-1.1.0.tar.gz -28e2a9ede1c0ee398297fece7109b9d4566960c3f22511ce583a793f7f2de36876a80503fc8d20742b5b62367cba57747d61bbf419627737e4ce5acb49b18b52 fix_version.patch +1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03 gbinder-python-1.1.1.tar.gz " diff --git a/community/gbinder-python/fix_version.patch b/community/gbinder-python/fix_version.patch deleted file mode 100644 index 83c8032d696c8ed0f715f2d08f3a484eca435cec..0000000000000000000000000000000000000000 --- a/community/gbinder-python/fix_version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -31,7 +31,7 @@ if USE_CYTHON: - setup( - name="gbinder-python", - description="""Cython extension module for C++ gbinder functions""", -- version="1.0.0", -+ version="1.1.0", - author="Erfan Abdi", - author_email="erfangplus@gmail.com", - url="https://github.com/erfanoabdi/gbinder-python",