mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
vmap: fix dead distfiles
This commit is contained in:
parent
3814dedaf5
commit
2db183111d
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'vmap'
|
# Template file for 'vmap'
|
||||||
pkgname=vmap
|
pkgname=vmap
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||||
makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
|
makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
|
||||||
short_desc="Vulnerability-Exploit desktop finder"
|
short_desc="Vulnerability-Exploit desktop finder"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://gitlab.com/git-rep/vmap"
|
homepage="https://github.com/git-rep-src/vmap"
|
||||||
distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
|
distfiles="https://github.com/git-rep-src/vmap/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=8fde8b8afab96db219167c612321ec864f2e278b6b5601adde7c1781465906bd
|
checksum=6b3ae93571e2cb7c029291a8172f8a53875ecfeff1c66412493571b5664d45b3
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -e 's|usr/local|usr|' -i vmap.pro
|
vsed -e 's|usr/local|usr|' -i vmap.pro
|
||||||
|
|
Loading…
Add table
Reference in a new issue