Skip to content

Commit

Permalink
packagekit: Sync with git
Browse files Browse the repository at this point in the history
**Summary**
- Additional fixes to fix segfault when simulated state and actual
  installed pkgs don't match up.
- Don't error on package not found when resolving, fixes discover spam and
  is the actual correct behaviour
  • Loading branch information
joebonrichie committed Apr 8, 2024
1 parent b035b43 commit 0bf2282
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/p/packagekit/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : packagekit
version : 1.2.8
release : 26
release : 27
source :
- git|https://github.com/getsolus/PackageKit.git : bc00dd23346676dc333bdb70c2fff4f0a680b688
- git|https://github.com/getsolus/PackageKit.git : ace9730072538e43062c7984c53a85ed5b1260ac
license : GPL-2.0-or-later
component : programming.library
homepage : https://www.freedesktop.org/software/PackageKit/
Expand Down
6 changes: 3 additions & 3 deletions packages/p/packagekit/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ PackageKit is a DBUS abstraction layer that allows the session user to manage pa
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="26">packagekit</Dependency>
<Dependency release="27">packagekit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/PackageKit/packagekit-glib2/packagekit.h</Path>
Expand Down Expand Up @@ -198,8 +198,8 @@ PackageKit is a DBUS abstraction layer that allows the session user to manage pa
</Files>
</Package>
<History>
<Update release="26">
<Date>2024-04-05</Date>
<Update release="27">
<Date>2024-04-08</Date>
<Version>1.2.8</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
Expand Down

0 comments on commit 0bf2282

Please sign in to comment.