summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrado2023-10-19 11:47:33 -0400
committerbrado2023-10-19 11:47:33 -0400
commitc6abc340113c44d291a641653ffc745b2f38f1e4 (patch)
tree3c9a459ca96813cef03b5146fa271411a247bc9f
parente4ddbbd920d42683e98aa9e626280b6028db660b (diff)
downloadaur-c6abc340113c44d291a641653ffc745b2f38f1e4.tar.gz
fix missing v in URL version name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c72b8d3c6ca6..5cd44e087b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = cockpit-file-sharing
depends = samba
depends = nfs-utils
provides = cockpit-file-sharing
- source = https://github.com/45Drives/cockpit-file-sharing/releases/download/3.3.4/cockpit-file-sharing-3.3.4-1.el8.noarch.rpm
+ source = https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.4/cockpit-file-sharing-3.3.4-1.el8.noarch.rpm
sha512sums = 1ecd1a8e2c3e65a853e6b9320257a4ca4b8a4c2932a55fd3fa434bd18b2508aab4be306209b9568639198a5113375c23dd7580217524fa93e88b628d628d897a
pkgname = cockpit-file-sharing
diff --git a/PKGBUILD b/PKGBUILD
index 269d5985f3a5..ab605c57187b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL3')
depends=("cockpit" "python" "samba" "nfs-utils")
makedepends=("cockpit" "make")
provides=("${pkgname}")
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}-${pkgrel}.el8.noarch.rpm")
+source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}.el8.noarch.rpm")
sha512sums=("1ecd1a8e2c3e65a853e6b9320257a4ca4b8a4c2932a55fd3fa434bd18b2508aab4be306209b9568639198a5113375c23dd7580217524fa93e88b628d628d897a")
package() {