summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrien10182020-02-19 17:02:14 +0800
committeradrien10182020-02-19 17:02:14 +0800
commit7db58a6b7151e31291f6bd24fb3b304308985a66 (patch)
tree082ffde7e6610442017fe76cfaea728c5ca67592
parent5b5a28f0862696f7bdcd266ee6e20fa74ccfd1da (diff)
downloadaur-7db58a6b7151e31291f6bd24fb3b304308985a66.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa86c1ad634..d82fad128783 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = thundersvm-cpu
makedepends = eigen
makedepends = cmake
makedepends = python-wheel
- source = https://github.com/Xtra-Computing/thundersvm-cpu/archive/v0.3.4.tar.gz
+ source = https://github.com/Xtra-Computing/thundersvm/archive/v0.3.4.tar.gz
sha256sums = c8b4f7ece312a51ab72ef72e550f7ca3973f5328bc128df64158fe6e3b3b8c0e
pkgname = thundersvm-cpu
diff --git a/PKGBUILD b/PKGBUILD
index 1a8b2f6bab83..4991ecf63292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/Xtra-Computing/thundersvm"
license=('APL')
makedepends=(eigen cmake python-wheel)
arch=('x86_64')
-source=("https://github.com/Xtra-Computing/${pkgbase}/archive/v${pkgver}.tar.gz")
+source=("https://github.com/Xtra-Computing/${_pkgbase}/archive/v${pkgver}.tar.gz")
sha256sums=('c8b4f7ece312a51ab72ef72e550f7ca3973f5328bc128df64158fe6e3b3b8c0e')
build() {