summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436e8a6f917a..d2d72716afd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = vmware-keymaps
pkgdesc = Keymaps required by some VMware packages
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.vmware.com/
arch = any
license = custom:none
- source = vmware-keymaps-1.0.tar.gz::https://github.com/chowbok/vmware-keymaps/archive/refs/tags/v1.0.tar.gz
+ source = vmware-keymaps-1.0-3.tar.gz::https://github.com/chowbok/vmware-keymaps/archive/refs/tags/v1.0.tar.gz
sha256sums = e8ee0df9e35c4a28ab46bc9f9cefc6e2934fe382b93f115bd2e61a2b74490649
pkgname = vmware-keymaps
diff --git a/PKGBUILD b/PKGBUILD
index f40f562af793..c209d8961a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=vmware-keymaps
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Keymaps required by some VMware packages"
arch=('any')
url="https://www.vmware.com/"
license=('custom:none')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chowbok/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/chowbok/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('e8ee0df9e35c4a28ab46bc9f9cefc6e2934fe382b93f115bd2e61a2b74490649')
package() {