summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrevel2022-08-23 04:30:27 +0200
committerrevel2022-08-23 04:30:27 +0200
commit3bef13549e790b14c9de83fd537f8e0971e85314 (patch)
tree7457280708de908a5c83801ed2511e088d18797d
parent5fd07531d046ef5c1832541c3df78bc4be5afb74 (diff)
downloadaur-3bef13549e790b14c9de83fd537f8e0971e85314.tar.gz
- fixes url of github repo
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73d958244965..fa9cefda674d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cuda_memtest
pkgdesc = A GPU memory test utility for NVIDIA and AMD GPUs.
- pkgver = r61.edb66a4
+ pkgver = r83.dd723aa
pkgrel = 1
url = https://github.com/ComputationalRadiationPhysics/cuda_memtest
arch = i686
@@ -8,10 +8,9 @@ pkgbase = cuda_memtest
license = Illinois Open Source License
makedepends = cmake
depends = cuda
- source = cuda_memtest::git://github.com/ComputationalRadiationPhysics/cuda_memtest.git
+ source = cuda_memtest::git+https://github.com/ComputationalRadiationPhysics/cuda_memtest.git
source = path.patch
sha256sums = SKIP
sha256sums = 25b80161f63b61562015e8c89d1f4ff77b2d1d9140f879d7e29cf3ad7447cbca
pkgname = cuda_memtest
-
diff --git a/PKGBUILD b/PKGBUILD
index 506e7e419d3f..77a17b97725e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: revel <revelΘmuub·net>
pkgname=cuda_memtest
-pkgver=r61.edb66a4
+pkgver=r83.dd723aa
pkgrel=1
pkgdesc="A GPU memory test utility for NVIDIA and AMD GPUs."
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ optdepends=(
makedepends=('cmake'
# 'opencl-headers'
)
-source=("$pkgname"::'git://github.com/ComputationalRadiationPhysics/cuda_memtest.git'
+source=("$pkgname"::'git+https://github.com/ComputationalRadiationPhysics/cuda_memtest.git'
'path.patch')
sha256sums=('SKIP'
'25b80161f63b61562015e8c89d1f4ff77b2d1d9140f879d7e29cf3ad7447cbca')