summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15da1e7e1c7a..0dab182cbbba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = python-term-background
license = GPLv2
checkdepends = python-pytest
makedepends = python-setuptools
- source = python-term-background-1.0.1.tar.gz::https://github.com/rocky/shell-term-background/refs/tags/1.0.1.tar.gz
+ source = python-term-background-1.0.1.tar.gz::https://github.com/rocky/shell-term-background/archive/refs/tags/1.0.1.tar.gz
sha256sums = c59081defac311e078657b0e7e933970a57fc89a4ba152d159436ccc3b6477a8
pkgname = python-term-background
-
diff --git a/PKGBUILD b/PKGBUILD
index 00f6ab36066a..7d3c3505f509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ backup=() # Anything we need to backup?
options=()
install=
changelog=
-source=("${pkgname}-${pkgver}.tar.gz::${url}/refs/tags/${pkgver}.tar.gz")
-sha256sums=("c59081defac311e078657b0e7e933970a57fc89a4ba152d159436ccc3b6477a8")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('c59081defac311e078657b0e7e933970a57fc89a4ba152d159436ccc3b6477a8')
prepare() {
true; # Nothing to do I guess