-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
spectrwm: update to 3.5.1, orphan #47629
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR! Please don't keep closing your PRs and opening new ones just to make changes to them; instead, amend your commits and force-push to the existing PR branch (see https://www.atlassian.com/git/tutorials/rewriting-history).
srcpkgs/spectrwm/template
Outdated
version=3.4.1 | ||
revision=3 | ||
version=3.5.1 | ||
revision=4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revision
should be reset to 1 on version bumps.
srcpkgs/spectrwm/template
Outdated
@@ -10,11 +10,11 @@ hostmakedepends="pkg-config" | |||
makedepends="libXcursor-devel libXft-devel libXrandr-devel libXt-devel | |||
xcb-util-keysyms-devel xcb-util-wm-devel" | |||
short_desc="Small dynamic tiling window manager for X11" | |||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>" | |||
maintainer=" Orphaned <orphan@voidlinux.org>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the extra space
ff2173e
to
a1c4f4c
Compare
Sorry for the PR spam! I made the first PR with just the web and couldn't
figure out how to ammend the commit. I started all over again from terminal
with git so I can finally push the ammend. It should be good to go now,
sorry for the inconveniences
…On Wed, Dec 6, 2023, 10:47 PM Mohammed Anas ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Thanks for your PR! Please don't keep closing your PRs and opening new
ones just to make changes to them; instead, amend your commits and
force-push to the existing PR branch (see
https://www.atlassian.com/git/tutorials/rewriting-history).
------------------------------
In srcpkgs/spectrwm/template
<#47629 (comment)>
:
> @@ -1,7 +1,7 @@
# Template file for 'spectrwm'
pkgname=spectrwm
-version=3.4.1
-revision=3
+version=3.5.1
+revision=4
revision should be reset to 1 on version bumps.
------------------------------
In srcpkgs/spectrwm/template
<#47629 (comment)>
:
> @@ -10,11 +10,11 @@ hostmakedepends="pkg-config"
makedepends="libXcursor-devel libXft-devel libXrandr-devel libXt-devel
xcb-util-keysyms-devel xcb-util-wm-devel"
short_desc="Small dynamic tiling window manager for X11"
-maintainer="Jakub Skrzypnik ***@***.***>"
+maintainer=" Orphaned ***@***.***>"
Remove the extra space
—
Reply to this email directly, view it on GitHub
<#47629 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDOOIZH46AKCGLWTNVJSGTDYIEN3ZAVCNFSM6AAAAABAKFNONGVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTONRYHE2TGOBTHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No worries, looks good to me now. |
Testing the changes
I tested the changes in this PR: YES
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)