summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozwaldorf2023-06-16 19:05:30 -0400
committerozwaldorf2023-06-16 19:05:30 -0400
commit6c54587cd0e8b8ea4eb771a51932b157b70998af (patch)
tree38e882feb60c3fd3838862a4dddbd52b722bc61c
parent2fcd8cb86bd589a85f80d8cd4ed99a9d806773de (diff)
downloadaur-punfetch-bin.tar.gz
fix: source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d3d7f27aa78..88560d53872e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = punfetch-bin
license = MIT
provides = punfetch
conflicts = punfetch
- source = https://github.com/ozwaldorf/punfetch/releases/download/v0.3.6/punfetch-0.3.6-x86_64.tar.gz
+ source = https://github.com/ozwaldorf/punfetch/releases/download/0.3.6/punfetch-0.3.6-x86_64.tar.gz
sha256sums = 5719f3dcaafa51cb53ec127a437f490549fb4ce620dfd7cec712b9c04eae7a75
pkgname = punfetch-bin
diff --git a/PKGBUILD b/PKGBUILD
index b71a2b7e5aa2..e659d461a302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("MIT")
arch=("x86_64")
provides=("punfetch")
conflicts=("punfetch")
-source=("https://github.com/ozwaldorf/punfetch/releases/download/v$pkgver/punfetch-$pkgver-x86_64.tar.gz")
+source=("https://github.com/ozwaldorf/punfetch/releases/download/$pkgver/punfetch-$pkgver-x86_64.tar.gz")
sha256sums=("5719f3dcaafa51cb53ec127a437f490549fb4ce620dfd7cec712b9c04eae7a75")
package() {