summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcory2023-11-02 15:37:00 -0600
committercory2023-11-02 15:37:00 -0600
commit2c43075b8fc81e96d1ec6ecef7d4e2a8744d2366 (patch)
tree3a9185f559237572c9166c5b840a68f3face5e1f
parent988d698674debe4c6331fe1e6c6b8f6abbbefbd3 (diff)
downloadaur-2c43075b8fc81e96d1ec6ecef7d4e2a8744d2366.tar.gz
Fixed dependancies
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18d2f053b793..ffcdbbe4dee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,15 @@
pkgname="libtorch-cuda"
pkgver=2.1.0
pkgrel=1
-pkgdesc="LibTorch pytorch C++ direct implementation"
+pkgdesc="Pytorchs C++ direct implementation"
arch=('x86_64')
url="www.pytorch.org"
license=('BSD')
-depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
- 'libjpeg-turbo' 'xcb-util-xrm' 'pkgconf')
+depends=('cuda' 'cuda-tools')
provides=()
conflicts=()
source=("https://download.pytorch.org/libtorch/cu121/libtorch-cxx11-abi-shared-with-deps-2.1.0%2Bcu121.zip")
sha256sums=('fc1afc2fb28e2ab7b526df04c574c173fc6f068b5fbca831734607ef39fd6893')
sha512sums=('51d6558149a63eb05c2cc4363f1eb0222e81b14003d091e604235eceb4927f85e346ed61ab9d738ddad26b470d95c73efcdcc4335240f28cd418c7ac0789f9e4')
-#package() {
- #install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- #install -Dm644 i3lock-bash "${pkgdir}/usr/share/bash-completion/completions/i3lock"
- #install -Dm644 i3lock-zsh "${pkgdir}/usr/share/zsh/vendor-completions/_i3lock"
-#}
+