summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-15 14:09:10 +0800
committerlilac2019-11-15 14:09:10 +0800
commit8969509a8f36f7785be643e654f88b56bcbafc22 (patch)
treec21cbdf067fd840e9796e472a97359966c9531c5
parent19eb3c2e1ab281e7cab01dcbf317e2aed6cf21ea (diff)
downloadaur-8969509a8f36f7785be643e654f88b56bcbafc22.tar.gz
update by lilac
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63fae5ead318..b93d32e9fe87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytorch-lightning
pkgdesc = Rapid research framework for PyTorch. The researcher's version of Keras
pkgver = 0.5.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/williamFalcon/pytorch-lightning
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 2dd46e92e054..dbb9660fad03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-pytorch-lightning
_name=${pkgname#python-}
_pkgname=pytorch-lightning
pkgver=0.5.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Rapid research framework for PyTorch. The researcher's version of Keras"
arch=('any')
url='https://github.com/williamFalcon/pytorch-lightning'
@@ -34,7 +34,5 @@ package() {
cd "${_pkgname}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-# remove conflict tests folder
- rm -rfv "${pkgdir}/usr/lib/python3.7/site-packages/tests"
}
# vim:set ts=2 sw=2 et: