File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
archlinuxcn/python-transactron Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,16 @@ depends=('python' 'python-amaranth' 'python-amaranth-stubs' 'python-dataclasses-
1313 ' python-tabulate' ' python-networkx' )
1414makedepends=(' git' ' python-build' ' python-installer' ' python-wheel'
1515 ' python-setuptools-scm' ' python-packaging' )
16- source=(" git+https://github.com/kuznia-rdzeni/transactron.git#tag=v${pkgver} " )
17- sha512sums=(' 114318dd36367f994a16b5eaea3dc88c9dc40e7237bf11e8581ee7c436d6b7e3fa5e2a21a4f1635e713a98cafcf772010dbfbe3e25a802bf7ead87116f78b506' )
16+ source=(" git+https://github.com/kuznia-rdzeni/transactron.git#tag=v${pkgver} "
17+ https://github.com/kuznia-rdzeni/transactron/commit/b68ee5ef8ab8a7407b6aebc71864909fe40ad051.patch)
18+ sha512sums=(' 114318dd36367f994a16b5eaea3dc88c9dc40e7237bf11e8581ee7c436d6b7e3fa5e2a21a4f1635e713a98cafcf772010dbfbe3e25a802bf7ead87116f78b506'
19+ ' c510e59a0227501f435a5875732c512b9f345d6d689d235bcb5f74f281487808932be68d97bea1739b5ef36a227a5961e43d368e2b0ebdf4e4c4cb649e1df2ad' )
20+
21+ prepare () {
22+ cd " ${_pkgname} "
23+
24+ patch -Np1 --no-backup-if-mismatch < ../b68ee5ef8ab8a7407b6aebc71864909fe40ad051.patch
25+ }
1826
1927build () {
2028 cd " ${_pkgname} "
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ update_on:
1616 include_regex : ' v(\d+.\d+.\d+)'
1717 - alias : python
1818 - source : manual
19- manual : 1
19+ manual : 2
You can’t perform that action at this time.
0 commit comments