1
0
Fork 0

media-plugins/airwindows-lv2: switch to sourcehut

This commit is contained in:
Ryan Fox 2023-04-08 20:38:25 -07:00
parent 56fad0940e
commit bb7886ead6
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 14 additions and 8 deletions

View File

@ -1 +1 @@
DIST airwindows-lv2-16.0.gh.tar.gz 202456 BLAKE2B 5d58b3476d9832f017504040b58925fcb20dd1324ac5412d27483b1c842a2b09d4bcd491a824b20173f37cabf494706ee7906306a12ec2282644c44fef081e0e SHA512 05ff7ed435b6082e7fc5d923a70d8673fd21564c47b85261e60888b6351b2b8c13bc12b78e118ee1ccfb9bcf4c2fa20b29448d024bd07149918b26eab804a08d
DIST airwindows-lv2-16.0.tar.gz 202469 BLAKE2B da84babc3204e4ea75ffcfb8909100db20959317983b7fcceb014a603ae808c7141b1753fe4db93ba9155af11e81102e249e0f080f389024e2a208c05310c96c SHA512 68adf12134b1efc5d16d7e197cd79ac1ef1027e414f85d4a3075b18774e49df96dbcd6b5c3d3acf994be361ad428a7ce5dcebe7def252e0d26ebb78aeff48ecc

View File

@ -7,14 +7,17 @@ inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/hannesbraun/airwindows-lv2.git"
EGIT_REPO_URI="https://git.sr.ht/~hannes/airwindows-lv2"
else
SRC_URI="https://github.com/hannesbraun/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="A port of Airwindows plugins to LV2"
HOMEPAGE="https://github.com/hannesbraun/airwindows-lv2"
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
LICENSE="MIT"
SLOT="0"

View File

@ -7,14 +7,17 @@ inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/hannesbraun/airwindows-lv2.git"
EGIT_REPO_URI="https://git.sr.ht/~hannes/airwindows-lv2"
else
SRC_URI="https://github.com/hannesbraun/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
SRC_URI="https://git.sr.ht/~hannes/airwindows-lv2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="A port of Airwindows plugins to LV2"
HOMEPAGE="https://github.com/hannesbraun/airwindows-lv2"
HOMEPAGE="https://sr.ht/~hannes/airwindows-lv2/"
LICENSE="MIT"
SLOT="0"

View File

@ -6,6 +6,6 @@
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">hannesbraun/airwindows-lv2</remote-id>
<remote-id type="sourcehut">~hannes/airwindows-lv2</remote-id>
</upstream>
</pkgmetadata>