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

Antonio Rojas arojas at archlinux.org
Fri Jun 7 06:04:18 UTC 2019


    Date: Friday, June 7, 2019 @ 06:04:17
  Author: arojas
Revision: 355303

Update to 1.0.2

Modified:
  libappimage/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-07 05:40:34 UTC (rev 355302)
+++ PKGBUILD	2019-06-07 06:04:17 UTC (rev 355303)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=libappimage
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Reference implementation of the AppImage specification"
 arch=(x86_64)
 url="https://appimage.org/"
 license=(GPL)
-depends=(libarchive squashfuse boost-libs)
-makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx cairo)
+depends=(libarchive squashfuse boost-libs librsvg)
+makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz")
-sha256sums=('2bf9e04a476726c5963609816b140fee24822d21772203f569927ff23e43bc05')
+sha256sums=('250230db5b1cbace039ec0d70ea020a0f37c4fe867656d88d330017117da37eb')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list