Updating Revision of Built package
#1
Fri, 2017-10-27 10:30
zacksiri
-
- Offline
- 1 week 5 days ago
- 2017-10-06
Hi
I've recently got into working with alpine-sdk got a few packages built successfully for internal usage. I'm wondering how I can increment the revision number when I build?
For example if I build a package again i want the number at the end to increase. nginx-1.12.2-r0.apk -> nginx-1.12.2-r1.apk
OK I figured it out. I just have to modify the
pkgrel
variable in the APKBUILD file.