Skip to content

Commit

Permalink
Update libsentry timestamp and depend on launcherctl (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jul 1, 2024
1 parent 17469f5 commit c21e7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/oxide/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
archs=(rm1 rm2)
pkgnames=(oxide oxide-extra oxide-utils inject_evdev liboxide liboxide-dev libsentry)
_oxidever=2.8.4
pkgver=$_oxidever-1
pkgver=$_oxidever-2
_sentryver=0.7.6
timestamp=2024-06-26T22:31:46Z
maintainer="Eeems <[email protected]>"
Expand Down Expand Up @@ -35,7 +35,7 @@ build() {
oxide() {
pkgdesc="Launcher application"
section="launchers"
installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" reboot-guard jq display)
installdepends=("oxide-utils=$pkgver" "liboxide=$pkgver" "libsentry=$_sentryver" reboot-guard jq display launcherctl)
replaces=(erode tarnish decay corrupt)
conflicts=(erode tarnish decay corrupt)

Expand Down Expand Up @@ -168,7 +168,7 @@ libsentry() {
section="devel"
url=https://github.com/getsentry/sentry-native
pkgver="$_sentryver"
timestamp="2021-12-20T14:25:11Z"
timestamp="2024-06-12T08:04:15Z"

package() {
install -D -m 755 -t "$pkgdir"/opt/lib "$srcdir"/release/opt/lib/libsentry.so
Expand Down

0 comments on commit c21e7a6

Please sign in to comment.