summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acff6c34caf4..e8c888760924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-rf24
depends = boost-libs
depends = python
depends = rf24
- source = https://github.com/nRF24/RF24/archive/v${pkgver}.tar.gz
+ source = https://github.com/nRF24/RF24/archive/refs/tags/v1.4.2.tar.gz
sha256sums = 9db34ecb1775a56b492f514a599a81a38b7626c9f260d033b425168c2aa458f4
pkgname = python-rf24
diff --git a/PKGBUILD b/PKGBUILD
index 4b5a64027bbc..89b815c5b4cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='http://tmrh20.github.io/RF24/'
license=('GPL2')
depends=('boost-libs' 'python' 'rf24')
makedepends=('boost' 'python-setuptools')
-source=('https://github.com/nRF24/RF24/archive/v${pkgver}.tar.gz')
+source=("https://github.com/nRF24/RF24/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('9db34ecb1775a56b492f514a599a81a38b7626c9f260d033b425168c2aa458f4')
build() {