forked from platypush/platypush
Skip checksum in platypush-git AUR package.
The master branch can move fast and easily get out of sync with the released version.
This commit is contained in:
parent
ee955882bf
commit
0e02e617b3
1 changed files with 0 additions and 2 deletions
|
@ -183,7 +183,6 @@ steps:
|
||||||
- export GIT_VERSION="$VERSION.r$(git log --pretty=oneline HEAD...v$VERSION | wc -l).$HEAD"
|
- export GIT_VERSION="$VERSION.r$(git log --pretty=oneline HEAD...v$VERSION | wc -l).$HEAD"
|
||||||
- export TAG_URL="https://git.platypush.tech/platypush/platypush/archive/v$VERSION.tar.gz"
|
- export TAG_URL="https://git.platypush.tech/platypush/platypush/archive/v$VERSION.tar.gz"
|
||||||
- export TAG_ARCHIVE="platypush-$VERSION.tar.gz"
|
- export TAG_ARCHIVE="platypush-$VERSION.tar.gz"
|
||||||
- export CHECKSUM=$(curl --silent https://git.platypush.tech/platypush/platypush/archive/master.tar.gz | sha512sum | awk '{print $1}')
|
|
||||||
|
|
||||||
- echo "--- Preparing environment"
|
- echo "--- Preparing environment"
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
|
@ -208,7 +207,6 @@ steps:
|
||||||
sed -i 'PKGBUILD' -r \
|
sed -i 'PKGBUILD' -r \
|
||||||
-e "s/^pkgver=.*/pkgver=$GIT_VERSION/" \
|
-e "s/^pkgver=.*/pkgver=$GIT_VERSION/" \
|
||||||
-e "s/^pkgrel=.*/pkgrel=1/" \
|
-e "s/^pkgrel=.*/pkgrel=1/" \
|
||||||
-e "s/^sha512sums=.*/sha512sums=('$CHECKSUM')/"
|
|
||||||
- sudo -u build makepkg --printsrcinfo > .SRCINFO
|
- sudo -u build makepkg --printsrcinfo > .SRCINFO
|
||||||
- export FILES_CHANGED=$(git status --porcelain --untracked-files=no | wc -l)
|
- export FILES_CHANGED=$(git status --porcelain --untracked-files=no | wc -l)
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue