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

Antonio Rojas arojas at gemini.archlinux.org
Sat May 7 20:30:15 UTC 2022


    Date: Saturday, May 7, 2022 @ 20:30:15
  Author: arojas
Revision: 444862

New tarball

Modified:
  libappimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-07 19:45:18 UTC (rev 444861)
+++ PKGBUILD	2022-05-07 20:30:15 UTC (rev 444862)
@@ -2,7 +2,7 @@
 
 pkgname=libappimage
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference implementation of the AppImage specification'
 arch=(x86_64)
 url='https://appimage.org/'
@@ -9,11 +9,11 @@
 license=(GPL)
 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=('2af2adb682e8bf67dd726e79b3bc3af5a0d7c1533848bda56efa5cafa0dac931')
+source=(https://github.com/AppImage/libappimage/archive/v$pkgver-1/$pkgname-$pkgver-1.tar.gz)
+sha256sums=('b03ce735c7672ae01f152be24367844dd0d1111000c34a62d970f83e025fe716')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver-1 \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_C_FLAGS="$CFLAGS -ffat-lto-objects" \
     -DUSE_SYSTEM_XZ=ON \



More information about the arch-commits mailing list