diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ pkgname=python-lightning-bolts _pkgname=lightning-bolts pkgver=0.5.0 -pkgrel=2 +pkgrel=3 pkgdesc='Toolbox of models, callbacks, and datasets for AI/ML researchers' arch=('any') url='https://github.com/Lightning-AI/lightning-bolts' @@ -17,7 +17,6 @@ makedepends=( python-build python-installer python-wheel -# python-setuptools ) source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Lightning-AI/lightning-bolts/archive/refs/tags/${pkgver}.tar.gz") sha512sums=('cf54f5ee436b226053ed94596a53da7d82f87c990142af968dfab2da3434fceb1e45c97ecedf518fee38a9e1890204572a31c48653ebfdf5078e7c57447c7bd5') |