mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
main/tizen-mkdzimage: fix source repository URL
Since https://git.tizen.org is not reachable for a logn amount of time, switch the upstream URL to postmarketOS GitLab instead. Fixes issue #3752. [ci:skip-build]: already built successfully in CI Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6628
This commit is contained in:
parent
7bf6a9da16
commit
d06dfedb06
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
|||
# Maintainer: Shinjo Park <peremen@gmail.com>
|
||||
pkgname=tizen-mkdzimage
|
||||
pkgver=0_git20181203
|
||||
pkgrel=0
|
||||
_commit="d93206c5fda8884dd88b027d2d1690329232349a"
|
||||
pkgrel=1
|
||||
_commit="46873d1cab9e17c54f03c1135a7f69ee4540604f"
|
||||
pkgdesc="mkdzimage for Tizen-based devices"
|
||||
url="https://git.tizen.org/cgit/profile/wearable/platform/kernel/linux-4.9-exynos9110/"
|
||||
url="https://gitlab.postmarketos.org/peremen/tizen-scripts"
|
||||
arch="noarch"
|
||||
license="GPL-2.0-only"
|
||||
depends="bash"
|
||||
source="https://git.tizen.org/cgit/profile/wearable/platform/kernel/linux-4.9-exynos9110/plain/scripts/exynos_mkdzimage.sh?id=$_commit"
|
||||
source="https://gitlab.postmarketos.org/peremen/tizen-scripts/-/raw/$_commit/scripts/exynos_mkdzimage.sh?inline=false"
|
||||
builddir="$srcdir/"
|
||||
|
||||
package() {
|
||||
install -Dm755 "$builddir/exynos_mkdzimage.sh?id=$_commit" "$pkgdir"/usr/bin/tizen-mkdzimage
|
||||
install -Dm755 "$builddir/exynos_mkdzimage.sh?inline=false" "$pkgdir"/usr/bin/tizen-mkdzimage
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
d7a8b08bf86f0e36948744ec1b7cc5c4ca1e38ee5918a83dc67923dac6441433b7ee5b41bf17c7ea835b89d51c623a4cac5438ab266b9f55c64948355786c16c exynos_mkdzimage.sh?id=d93206c5fda8884dd88b027d2d1690329232349a
|
||||
d7a8b08bf86f0e36948744ec1b7cc5c4ca1e38ee5918a83dc67923dac6441433b7ee5b41bf17c7ea835b89d51c623a4cac5438ab266b9f55c64948355786c16c exynos_mkdzimage.sh?inline=false
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue