Skip to content
Snippets Groups Projects
Verified Commit ef569ff2 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag:
Browse files

CI: autoupdate: reset pkgrel on update

pkgrel's are resetted to zero once the pkgver is bumped
parent c549e461
No related branches found
No related tags found
No related merge requests found
Pipeline #213242 passed
......@@ -71,6 +71,7 @@ update_linux_next() {
echo "Updating linux-next from $pkgver to $new_pkgver..."
sed -i -e "s/pkgver=$pkgver/pkgver=$new_pkgver/" device/testing/linux-next/APKBUILD
sed -i -e "s/^pkgrel=.*/pkgrel=0/" device/testing/linux-next/APKBUILD
# Update the checksums
pmbootstrap checksum linux-next
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment