Skip to content

Commit

Permalink
Updated rpkg spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Sep 15, 2022
1 parent 26f8a81 commit 078460d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/fedora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
package:
container: fedora:latest
container: fedora:rawhide
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
mkdir -p out
rpkg local --out `pwd`/out
- name: Store RPMs
uses: actions/upload-artifact@v3
with:
name: rpms
path: swaync/out/
# - name: Store RPMs
# uses: actions/upload-artifact@v3
# with:
# name: rpms
# path: swaync/out/
2 changes: 1 addition & 1 deletion build-scripts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ conflicts=("swaync" "swaync-client")
provides=("swaync" "swaync-client")
makedepends=(vala meson git scdoc)
source=("${_pkgfoldername}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('bc164e177d713d9387ed698b29b7b6a281aae8f7c7e0b71192c682a523269d61')
sha256sums=('924970e825de958297a5397b0455b8e654dbf132cd14ffa1a3af5200fddeec48')

build() {
arch-meson "${_pkgfoldername}-${pkgver}" build -Dscripting=true
Expand Down
2 changes: 1 addition & 1 deletion swaync.rpkg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ BuildRequires: libgee-devel >= 0.20
BuildRequires: json-glib-devel >= 1.0
BuildRequires: libhandy-devel >= 1.4.0
BuildRequires: systemd-devel
BuildRequires: systemd
BuildRequires: scdoc
%{?systemd_requires}

Expand Down Expand Up @@ -51,7 +52,6 @@ A simple notification daemon with a GTK gui for notifications and the control ce
%{_sysconfdir}/xdg/swaync/configSchema.json
%{_sysconfdir}/xdg/swaync/config.json
%{_sysconfdir}/xdg/swaync/style.css
%{_sysconfdir}/xdg/swaync/configSchema.json
%{_userunitdir}/swaync.service
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
Expand Down

0 comments on commit 078460d

Please sign in to comment.