[arch-commits] Commit in libappimage/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Feb 22 22:26:31 UTC 2019
Date: Friday, February 22, 2019 @ 22:26:30
Author: arojas
Revision: 346696
Update to 0.1.10
Modified:
libappimage/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-22 22:01:23 UTC (rev 346695)
+++ PKGBUILD 2019-02-22 22:26:30 UTC (rev 346696)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=libappimage
-pkgver=0.1.9
+pkgver=0.1.10
pkgrel=1
pkgdesc="Reference implementation of the AppImage specification"
arch=(x86_64)
@@ -10,7 +10,7 @@
depends=(cairo libarchive squashfuse)
makedepends=(cmake wget vim desktop-file-utils)
source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz")
-sha256sums=('67fb3bb0829aa148a7e8c8bfd985453427611f46ddab221d8ee05536ef60a15b')
+sha256sums=('aecc64b897aa050d6bc4bd9a88d91c729353426f5ac25a298efe955ec28b332c')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list