Fixing conflicting src tarball

This commit is contained in:
Kim Scarborough
2021-07-06 19:05:19 -05:00
parent 8b0531f2ff
commit 1a08d90fb1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
pkgbase = vmware-keymaps pkgbase = vmware-keymaps
pkgdesc = Keymaps required by some VMware packages pkgdesc = Keymaps required by some VMware packages
pkgver = 1.0 pkgver = 1.0
pkgrel = 2 pkgrel = 3
url = https://www.vmware.com/ url = https://www.vmware.com/
arch = any arch = any
license = custom:none 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 sha256sums = e8ee0df9e35c4a28ab46bc9f9cefc6e2934fe382b93f115bd2e61a2b74490649
pkgname = vmware-keymaps pkgname = vmware-keymaps

View File

@@ -2,12 +2,12 @@
pkgname=vmware-keymaps pkgname=vmware-keymaps
pkgver=1.0 pkgver=1.0
pkgrel=2 pkgrel=3
pkgdesc="Keymaps required by some VMware packages" pkgdesc="Keymaps required by some VMware packages"
arch=('any') arch=('any')
url="https://www.vmware.com/" url="https://www.vmware.com/"
license=('custom:none') 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') sha256sums=('e8ee0df9e35c4a28ab46bc9f9cefc6e2934fe382b93f115bd2e61a2b74490649')
package() { package() {