[arch-commits] Commit in libappimage/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jan 4 19:55:02 UTC 2019
Date: Friday, January 4, 2019 @ 19:54:59
Author: arojas
Revision: 342964
Update to 0.1.4
Modified:
libappimage/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-04 19:26:15 UTC (rev 342963)
+++ PKGBUILD 2019-01-04 19:54:59 UTC (rev 342964)
@@ -1,16 +1,16 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=libappimage
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="Reference implementation of the AppImage specification"
arch=(x86_64)
url="https://appimage.org/"
license=(GPL)
-depends=(cairo libarchive)
-makedepends=(cmake wget vim desktop-file-utils squashfuse)
+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=('c8be275436f50feadae5921ef4bd75e362b4285e77143b6cdc3120d6e8209e64')
+sha256sums=('a6781687d3548c1d5096974dd92e229464f88b27a58e09099a9a8a0e3a64ce7f')
prepare() {
mkdir -p build
@@ -20,6 +20,7 @@
cd build
cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DUSE_SYSTEM_XZ=ON \
-DUSE_SYSTEM_SQUASHFUSE=ON \
-DUSE_SYSTEM_LIBARCHIVE=ON \
More information about the arch-commits
mailing list