Date: Sunday, January 19, 2020 @ 09:54:00 Author: arojas Revision: 373696
Change hooks type from File to Path Modified: appstream/trunk/PKGBUILD appstream/trunk/update-appstream-cache.hook -----------------------------+ PKGBUILD | 4 ++-- update-appstream-cache.hook | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-19 09:22:52 UTC (rev 373695) +++ PKGBUILD 2020-01-19 09:54:00 UTC (rev 373696) @@ -5,7 +5,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) pkgver=0.12.10 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a standard for creating app stores across distributions" arch=(x86_64) url="https://distributions.freedesktop.org/wiki/AppStream" @@ -16,7 +16,7 @@ update-appstream-cache.hook) sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f' 'SKIP' - 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b') + '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { Modified: update-appstream-cache.hook =================================================================== --- update-appstream-cache.hook 2020-01-19 09:22:52 UTC (rev 373695) +++ update-appstream-cache.hook 2020-01-19 09:54:00 UTC (rev 373696) @@ -1,5 +1,5 @@ [Trigger] -Type = File +Type = Path Operation = Install Operation = Upgrade Operation = Remove
