Skip to content

Commit

Permalink
pkgbuild: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 6, 2024
1 parent c7764d6 commit 3be8adf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mv debian.deb keyboard_plugin.deb
cd ../monitors
cp ./target/release/libreset_monitors.so ./debian/.
dpkg-deb --build debian
mv debian.deb monitor_plugin.deb
- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion keyboard_plugin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgname=reset_keyboard
pkgver=1.0.0
pkgrel=0
arch=('x86_64')
pkgdir="$home/.config/reset/plugins"
pkgdir="$HOME/.config/reset/plugins"
pkgdesc="A keyboard plugin for the ReSet settings application."
depends=('rust' 'gtk4' 'dbus')

Expand Down
2 changes: 1 addition & 1 deletion monitors/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion monitors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reset-monitors"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion monitors/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgname=reset_monitors
pkgver=1.0.0
pkgrel=0
arch=('x86_64')
pkgdir="$home/.config/reset/plugins"
pkgdir="$HOME/.config/reset/plugins"
pkgdesc="A monitor plugin for the ReSet settings application."
depends=('rust' 'gtk4' 'dbus')

Expand Down

0 comments on commit 3be8adf

Please sign in to comment.