mirror of
https://gitlab.com/ykkzde/posy-cursors
synced 2024-10-27 20:44:10 +00:00
Fix source url
This commit is contained in:
parent
286a06ac1b
commit
1adbf2c0f6
@ -27,7 +27,7 @@ package-aur:
|
|||||||
|
|
||||||
# Determine remote URLs and SHA checksums
|
# Determine remote URLs and SHA checksums
|
||||||
- echo "Determining SHA checksums for remote files..."
|
- echo "Determining SHA checksums for remote files..."
|
||||||
- URL_SOURCE=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$VERSION/ffsend-v$VERSION.tar.gz
|
- URL_SOURCE=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$VERSION/cursorsPosy-v$VERSION.tar.gz
|
||||||
- 'echo "Selected source URL: $URL_SOURCE"'
|
- 'echo "Selected source URL: $URL_SOURCE"'
|
||||||
- echo "Determining sha256sum for remote source..."
|
- echo "Determining sha256sum for remote source..."
|
||||||
- 'SHA_SOURCE=$(curl -sSL "$URL_SOURCE" | sha256sum | cut -d" " -f1)'
|
- 'SHA_SOURCE=$(curl -sSL "$URL_SOURCE" | sha256sum | cut -d" " -f1)'
|
||||||
@ -36,7 +36,7 @@ package-aur:
|
|||||||
# Update PKGBUILD parameters: version, source URL and SHA sum
|
# Update PKGBUILD parameters: version, source URL and SHA sum
|
||||||
- echo "Updating PKGBUILDS with release information..."
|
- echo "Updating PKGBUILDS with release information..."
|
||||||
- sed "s/^pkgver=.*\$/pkgver=$VERSION/" -i posy-cursors/PKGBUILD
|
- sed "s/^pkgver=.*\$/pkgver=$VERSION/" -i posy-cursors/PKGBUILD
|
||||||
- sed "s/^source=(\"\(.*\)::.*\").*\$/source=(\"\1::$(echo $URL_SOURCE | sed 's/\//\\\//g')\")/" -i ffsend/PKGBUILD
|
- sed "s/^source=(\"\(.*\)::.*\").*\$/source=(\"\1::$(echo $URL_SOURCE | sed 's/\//\\\//g')\")/" -i posy-cursors/PKGBUILD
|
||||||
- sed "s/^sha256sums=.*\$/sha256sums=('$SHA_SOURCE')/" -i posy-cursors/PKGBUILD
|
- sed "s/^sha256sums=.*\$/sha256sums=('$SHA_SOURCE')/" -i posy-cursors/PKGBUILD
|
||||||
|
|
||||||
# Get SHA hash for local and remote file w/o version, update if it has changed
|
# Get SHA hash for local and remote file w/o version, update if it has changed
|
||||||
|
Loading…
Reference in New Issue
Block a user