summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 089e530dad4d..d3f15ad9c4bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
_name="pytorch_wavelets"
-pkgname=python-pytorch-${_name}
-provides=("${pkgname}")
+pkgname=python-${_name}
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="2D Wavelet Transforms in Pytorch"
-url="https://github.com/francois-rozet/${_name}"
+url="https://github.com/fbcotter/${_name}"
license=('MIT')
arch=('x86_64')
depends=('python-pytorch' 'python-pywavelets')