Date: Sunday, May 12, 2019 @ 15:06:21 Author: arojas Revision: 353131
Update to 1.0.1 Modified: libappimage/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-12 14:22:44 UTC (rev 353130) +++ PKGBUILD 2019-05-12 15:06:21 UTC (rev 353131) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=libappimage -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Reference implementation of the AppImage specification" arch=(x86_64) @@ -10,7 +10,7 @@ depends=(libarchive squashfuse boost-libs) makedepends=(cmake wget vim desktop-file-utils boost xdg-utils-cxx cairo) source=($pkgname-$pkgver.tar.gz::"https://github.com/AppImage/libappimage/archive/v$pkgver.tar.gz") -sha256sums=('605774879e2eb02a9a73355a2db77e307c42b25d21025be19819500fe569c81b') +sha256sums=('2bf9e04a476726c5963609816b140fee24822d21772203f569927ff23e43bc05') prepare() { mkdir -p build
