Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
6f3a5acc
Commit
6f3a5acc
authored
Dec 24, 2024
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated PKGBUILD
parent
248fed7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
PKGBUILD-git
build-scripts/PKGBUILD-git
+2
-6
No files found.
build-scripts/PKGBUILD-git
View file @
6f3a5acc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com>
# Maintainer: Erik Reider <erik.reider@protonmail.com>
pkgname
=
swaync-git
pkgname
=
swaync-git
_pkgname
=
swaync
_pkgname
=
swaync
pkgver
=
r5
17.4275fa3
pkgver
=
r5
39.248fed7
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
pkgdesc
=
"A simple notification daemon with a GTK panel for checking previous notifications like other DEs"
url
=
"https://github.com/ErikReider/SwayNotificationCenter"
url
=
"https://github.com/ErikReider/SwayNotificationCenter"
...
@@ -21,11 +21,7 @@ sha256sums=('SKIP')
...
@@ -21,11 +21,7 @@ sha256sums=('SKIP')
pkgver
()
{
pkgver
()
{
cd
$_pkgname
cd
$_pkgname
(
printf
"r%s.%s"
"
$(
git rev-list
--count
HEAD
)
"
"
$(
git rev-parse
--short
HEAD
)
"
set
-o
pipefail
git describe
--long
2>/dev/null |
sed
's/\([^-]*-g\)/r\1/;s/-/./g'
\
||
printf
"r%s.%s"
"
$(
git rev-list
--count
HEAD
)
"
"
$(
git rev-parse
--short
HEAD
)
"
)
}
}
prepare
()
{
prepare
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment