File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ --- PKGBUILD
2+ +++ PKGBUILD
3+ @@ -11,8 +11,15 @@ url='https://github.com/sebasguts/JuPyMake'
4+ license=(GPL2)
5+ depends=(python polymake)
6+ makedepends=(python-build python-installer python-setuptools python-wheel)
7+ - source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz)
8+ - sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
9+ + source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz
10+ + jupymake-fix-compiler-cmdline.patch::https://patch-diff.githubusercontent.com/raw/sebasguts/JuPyMake/pull/5.patch)
11+ + sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545'
12+ + 'd379f8b7e61f535653d5a43d2084a51414d63185317ec4fdeec04425021f6b5c')
13+ +
14+ + prepare() {
15+ + cd $_name-$pkgver
16+ + patch -Np1 -i ../jupymake-fix-compiler-cmdline.patch
17+ + }
18+
19+ build() {
20+ cd $_name-$pkgver
You can’t perform that action at this time.
0 commit comments