diff options
-rw-r--r-- | extra/gestpkg-module/.md5sum | 1 | ||||
-rw-r--r-- | extra/gestpkg-module/Pkgfile | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/extra/gestpkg-module/.md5sum b/extra/gestpkg-module/.md5sum index b88ba4e58..3c72dc2dd 100644 --- a/extra/gestpkg-module/.md5sum +++ b/extra/gestpkg-module/.md5sum @@ -1 +1,2 @@ 3fc6e2aa52c77b591944d4830ca7dd53 gestpkg-module-1.1-src.tar.gz +be5afeacb5db818d085c8cfc74bea156 gestpkg-module-1.1-syn-01.patch diff --git a/extra/gestpkg-module/Pkgfile b/extra/gestpkg-module/Pkgfile index c9fa4da87..0f7b3e1eb 100644 --- a/extra/gestpkg-module/Pkgfile +++ b/extra/gestpkg-module/Pkgfile @@ -6,11 +6,12 @@ name=gestpkg-module version=1.1 -release=1 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz) - +release=2 +source=(http://nutyx.meticul.eu/files/$name-$version-src.tar.gz \ + http://nutyx.meticul.eu/files/patchs/$name/$name-$version-syn-01.patch ) build() { -cd ./$name-$version-src - python setup.py install --root=$PKG + cd ./$name-$version-src + patch -Np1 -i ../$name-$version-syn-01.patch + python setup.py install --root=$PKG } |