mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-multipledispatch: fix the updpkgsums
This commit is contained in:
parent
6e26d03c2f
commit
a56c8e4c7e
3 changed files with 11 additions and 1 deletions
|
@ -11,7 +11,7 @@ depends=('python')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
|
#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")
|
source=("https://github.com/rsokl/custom_inherit/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
sha256sums=('7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2')
|
sha256sums=('ee1968bf4b1d22310e6a76a58ad9b0c99876d9bf9239b3b99c7e2aff857e9e68')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$_name-$pkgver"
|
cd "$srcdir/$_name-$pkgver"
|
||||||
|
|
|
@ -2,6 +2,11 @@ build_prefix: extra-x86_64
|
||||||
maintainers:
|
maintainers:
|
||||||
- github: starsareintherose
|
- github: starsareintherose
|
||||||
email: kuoi@bioarchlinux.org
|
email: kuoi@bioarchlinux.org
|
||||||
|
pre_build_script: |
|
||||||
|
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||||
|
run_cmd(['updpkgsums'])
|
||||||
|
post_build_script: |
|
||||||
|
git_pkgbuild_commit()
|
||||||
update_on:
|
update_on:
|
||||||
- source: github
|
- source: github
|
||||||
github: rsokl/custom_inherit
|
github: rsokl/custom_inherit
|
||||||
|
|
|
@ -2,6 +2,11 @@ build_prefix: extra-x86_64
|
||||||
maintainers:
|
maintainers:
|
||||||
- github: starsareintherose
|
- github: starsareintherose
|
||||||
email: kuoi@bioarchlinux.org
|
email: kuoi@bioarchlinux.org
|
||||||
|
pre_build_script: |
|
||||||
|
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||||
|
run_cmd(['updpkgsums'])
|
||||||
|
post_build_script: |
|
||||||
|
git_pkgbuild_commit()
|
||||||
update_on:
|
update_on:
|
||||||
- source: github
|
- source: github
|
||||||
github: mrocklin/multipledispatch
|
github: mrocklin/multipledispatch
|
||||||
|
|
Loading…
Add table
Reference in a new issue