mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-custom_inherit: patch after py3.12
This commit is contained in:
parent
e48732dcfb
commit
c292a4085b
1 changed files with 8 additions and 2 deletions
|
@ -10,8 +10,14 @@ license=('MIT')
|
|||
depends=('python')
|
||||
makedepends=('python-setuptools')
|
||||
#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
|
||||
source=("https://github.com/rsokl/custom_inherit/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('ee1968bf4b1d22310e6a76a58ad9b0c99876d9bf9239b3b99c7e2aff857e9e68')
|
||||
source=("https://github.com/rsokl/custom_inherit/archive/refs/tags/v${pkgver}.tar.gz"
|
||||
"49.patch::https://github.com/rsokl/custom_inherit/pull/49.patch")
|
||||
sha256sums=('ee1968bf4b1d22310e6a76a58ad9b0c99876d9bf9239b3b99c7e2aff857e9e68'
|
||||
'5fb5dab520b568de13219ecdafd61d44e7600fe72865bc44fefe52bc28bf530f')
|
||||
prepare() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
patch -p1 < $srcdir/49.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_name-$pkgver"
|
||||
|
|
Loading…
Add table
Reference in a new issue