summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-12-02 22:02:48 +0800
committerlilac2020-12-02 22:02:48 +0800
commit9525a3d71d556a0fbe352580e318514c185fd67c (patch)
tree490b6451fc9bd7f1b11bc6fc8ae158e0c8033a23
parentf0f62a58e2f71d49e229bb05579caff8e44dbb58 (diff)
downloadaur-python-fastai.tar.gz
[lilac] updated to 1.0.63-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0902fe32283..f4e88f1fb6d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-fastai
- pkgdesc = Deep learning library build on PyTorch
+ pkgdesc = Deep learning library build on PyTorch (legacy v1 release)
pkgver = 1.0.63
- pkgrel = 1
- url = https://github.com/fastai/fastai
+ pkgrel = 2
+ url = https://github.com/fastai/fastai1
arch = any
license = BSD
makedepends = python-setuptools
@@ -21,8 +21,8 @@ pkgbase = python-fastai
depends = python-scikit-image
depends = python-scipy
depends = python-torchvision
- source = fastai-1.0.63.tar.gz::https://github.com/fastai/fastai/archive/1.0.63.tar.gz
- sha512sums = 76dc765ffd88c82c0df7f915a3c190b3c1e13ea3f533bf9edf7e4f240ac4e662fda63b318cb05b40ed1dcfe94391ba72c72097b664e1efab9c18d6b51bd084cb
+ source = fastai1-1.0.63.tar.gz::https://github.com/fastai/fastai1/archive/1.0.63.tar.gz
+ sha512sums = 711b2007199192cf9d8495a8c7c2cc084a2ab62ab40765bc1963be8bc23b154ab4874bf8204535b345db3c3c57912808126d142de6f5b19bde2a7f4e44271de3
pkgname = python-fastai
diff --git a/PKGBUILD b/PKGBUILD
index cc00530d433d..e261524cd0b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Butui Hu <hot123tea123@gmail.com>
pkgname=python-fastai
-_pkgname=fastai
+_pkgname=fastai1
pkgver=1.0.63
-pkgrel=1
-pkgdesc='Deep learning library build on PyTorch'
+pkgrel=2
+pkgdesc='Deep learning library build on PyTorch (legacy v1 release)'
arch=('any')
-url='https://github.com/fastai/fastai'
+url='https://github.com/fastai/fastai1'
license=('BSD')
depends=(
python-beautifulsoup4
@@ -28,8 +28,8 @@ depends=(
makedepends=(
python-setuptools
)
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fastai/fastai/archive/${pkgver}.tar.gz")
-sha512sums=('76dc765ffd88c82c0df7f915a3c190b3c1e13ea3f533bf9edf7e4f240ac4e662fda63b318cb05b40ed1dcfe94391ba72c72097b664e1efab9c18d6b51bd084cb')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/fastai/fastai1/archive/${pkgver}.tar.gz")
+sha512sums=('711b2007199192cf9d8495a8c7c2cc084a2ab62ab40765bc1963be8bc23b154ab4874bf8204535b345db3c3c57912808126d142de6f5b19bde2a7f4e44271de3')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"