-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increment values with spaces #6
Comments
Thanks for reporting! I will look into this. |
xyproto
added a commit
that referenced
this issue
Mar 19, 2016
xyproto
added a commit
that referenced
this issue
Mar 19, 2016
Fixed! Please test. |
Works for me, thanks. 👍 |
xyproto
added a commit
that referenced
this issue
Apr 4, 2016
xyproto
added a commit
that referenced
this issue
Apr 4, 2016
xyproto
added a commit
that referenced
this issue
Apr 4, 2016
xyproto
added a commit
that referenced
this issue
Apr 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The man page says
My question is, how can I make this work with variable increments? For example,
setconf pkgver+=1 PKGBUILD
works, butsetconf .SRCINFO pkgver+=1
sets pkgver to 1, instead of incrementing it. Example .SRCINFO file:Using setconf from master a080bdc
The text was updated successfully, but these errors were encountered: