[arch-commits] Commit in wimlib/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sun Oct 18 00:34:29 UTC 2020


    Date: Sunday, October 18, 2020 @ 00:34:29
  Author: freswa
Revision: 725846

archrelease: copy trunk to community-x86_64

Added:
  wimlib/repos/community-x86_64/PKGBUILD
    (from rev 725845, wimlib/trunk/PKGBUILD)
Deleted:
  wimlib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 00:34:25 UTC (rev 725845)
+++ PKGBUILD	2020-10-18 00:34:29 UTC (rev 725846)
@@ -1,36 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
-
-pkgname=wimlib
-pkgver=1.13.1
-pkgrel=2
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
-checkdepends=('attr')
-optdepends=('cdrkit: for making ISO image of Windows PE'
-            'mtools: for making disk image of Windows PE' 
-            'syslinux: for making disk image of Windows PE'
-            'cabextract: for extracting Windows PE from the WAIK')
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('47f4bc645c1b6ee15068d406a90bb38aec816354e140291ccb01e536f2cdaf5f')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
-    make
-}
-
-check() {
-    cd "$pkgname-$pkgver"
-    make check
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
-    install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: wimlib/repos/community-x86_64/PKGBUILD (from rev 725845, wimlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-18 00:34:29 UTC (rev 725846)
@@ -0,0 +1,37 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.13.2
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+            'mtools: for making disk image of Windows PE' 
+            'syslinux: for making disk image of Windows PE'
+            'cabextract: for extracting Windows PE from the WAIK')
+provides=('libwim.so')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('7295be7ef00d265aef4090c9d26af82097db651c5f8399db9d44c60f47f5a945')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+    make
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    make check
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+    install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list