[arch-commits] Commit in libappimage/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 11 18:35:23 UTC 2022


    Date: Wednesday, May 11, 2022 @ 18:35:22
  Author: arojas
Revision: 445020

Update to 1.0.4-5

Modified:
  libappimage/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-11 17:28:22 UTC (rev 445019)
+++ PKGBUILD	2022-05-11 18:35:22 UTC (rev 445020)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=libappimage
-pkgver=1.0.4.3
-_pkgver=1.0.4-3
+pkgver=1.0.4.5
+_pkgver=1.0.4-5
 pkgrel=1
 pkgdesc='Reference implementation of the AppImage specification'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(libarchive squashfuse boost-libs librsvg)
 makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx)
 source=(https://github.com/AppImage/libappimage/archive/v$_pkgver/$pkgname-$_pkgver.tar.gz)
-sha256sums=('3ed38d08338b66137cf56a3ba3cdd3ef26dfa75dfa6ca02e7faa74f7683dbc12')
+sha256sums=('2c4e18860a790c5959da6eb064cbd07f165fe6a9b15989491a3a3f176d06af31')
 
 build() {
   cmake -B build -S $pkgname-$_pkgver \



More information about the arch-commits mailing list