diff options
author | Tim Biermann <tbier@posteo.de> | 2019-07-06 21:51:23 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-07-06 21:51:23 +0200 |
commit | 43da0806aa9eb373c7baa299b60a59e74da870e7 (patch) | |
tree | 25b41a9c7e3fc9c6743c6bdf93f06cfe5e908473 /flatpak | |
parent | 439ce1bd3ecfa0f4b0652cbbd41044ecdb7eca1f (diff) | |
download | contrib-43da0806aa9eb373c7baa299b60a59e74da870e7.tar.gz contrib-43da0806aa9eb373c7baa299b60a59e74da870e7.tar.xz |
flatpak: remove duplicate dependency
Diffstat (limited to 'flatpak')
-rw-r--r-- | flatpak/.signature | 4 | ||||
-rw-r--r-- | flatpak/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/flatpak/.signature b/flatpak/.signature index 10585f5e7..63abe9013 100644 --- a/flatpak/.signature +++ b/flatpak/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32jwPTAp3yI3QMNMM17BfBkctcIoOu11vUP4wPYeceaUofJOXrjRlc9aQgOgftNTWV1OUBtKjNjFmi6eSwCIkQ4= -SHA256 (Pkgfile) = 21729a9569e7335cd64a30845cc28d041613b5e271cd67ff9f58a6f32b76c248 +RWSagIOpLGJF3+bh/vjhb6V2DU339TCzxycxmwdwpO1FQiqYiMk0JuglMcxMLwd9ABOxB1rsbEvo+svqBLMAetip0MYW65XHSQw= +SHA256 (Pkgfile) = 65687e5231cdb4787daf9ff66fb0ec84c914e2e03d3c23e20b98b048dab6edaa SHA256 (.footprint) = a7bd78e3b3714aa887c877d1bfaf941bb99f9d4b57e315577fb8b45cb492ddb6 SHA256 (flatpak-1.4.2.tar.xz) = f2799a6d973a052529b52943021108f148706d3e69725ac7dd60bf6ac4bdd522 diff --git a/flatpak/Pkgfile b/flatpak/Pkgfile index 7b5c6f6ae..ab7169e0b 100644 --- a/flatpak/Pkgfile +++ b/flatpak/Pkgfile @@ -1,7 +1,7 @@ # Description: Linux application sandboxing and distribution framework (formerly xdg-app) # URL: http://flatpak.org # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: appstream-glib bubblewrap json-glib libseccomp ostree bubblewrap polkit +# Depends on: appstream-glib bubblewrap json-glib libseccomp ostree polkit name=flatpak version=1.4.2 |