mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
run-mailcap: extract update_* to external update file
This commit is contained in:
parent
6b78c9fe89
commit
ab981a5ada
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
pkgname="run-mailcap"
|
pkgname="run-mailcap"
|
||||||
version="3.58"
|
version="3.58"
|
||||||
revision=1
|
revision=1
|
||||||
update_version="${version}ubuntu1"
|
|
||||||
short_desc="Execute programs via entries in the mailcap file"
|
short_desc="Execute programs via entries in the mailcap file"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
|
@ -10,7 +9,6 @@ homepage="http://packages.ubuntu.com/vivid/mime-support"
|
||||||
distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${update_version}.tar.gz"
|
distfiles="${UBUNTU_SITE}/main/m/mime-support/mime-support_${update_version}.tar.gz"
|
||||||
checksum="359014c892432870e43b153287391d1212efd7b8ed8571508a65b6aa0488a17d"
|
checksum="359014c892432870e43b153287391d1212efd7b8ed8571508a65b6aa0488a17d"
|
||||||
wrksrc="mime-support-${update_version}"
|
wrksrc="mime-support-${update_version}"
|
||||||
update_pkgname="mime-support"
|
|
||||||
noarch=1
|
noarch=1
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
|
||||||
|
|
2
srcpkgs/run-mailcap/update
Normal file
2
srcpkgs/run-mailcap/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
version="${version}ubuntu1"
|
||||||
|
pkgname="mime-support"
|
Loading…
Add table
Reference in a new issue