Fixing conflicting src tarball
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -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
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user