Date: Tuesday, May 9, 2023 @ 21:35:25
  Author: grawlinson
Revision: 1459668

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-09 21:34:13 UTC (rev 1459667)
+++ PKGBUILD    2023-05-09 21:35:25 UTC (rev 1459668)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Alad Wenter <[email protected]>
-# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
-
-pkgname=wimlib
-pkgver=1.14.0
-pkgrel=1
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('fuse3' '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";)
-sha512sums=('b97abb9e7b6d0adab336efa7589582dd1f2ffe145a8d146735a5f85de14ae9a4a3ca689c85b57b55ffd1a857338ace49f792280f4b71df76065373a633e47e6d')
-b2sums=('d9efb3ffc59ef2ecd5ed40e4e963f1307417a776fa3544d50179257831cf311fec9fa8bdd82f0901c3e3d9700c94cf26b4775fe485a2a9691a7f392ed0267f15')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --disable-static \
-    --with-libcrypto \
-    --with-fuse \
-    --with-ntfs-3g \
-    --prefix=/usr
-
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # documentation
-  install -Dm644 {NEWS,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
-
-  # licenses
-  install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: wimlib/repos/community-x86_64/PKGBUILD (from rev 1459667, 
wimlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-09 21:35:25 UTC (rev 1459668)
@@ -0,0 +1,54 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Alad Wenter <[email protected]>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.14.1
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('fuse3' '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";)
+sha512sums=('9f92a8ce2d386918d66a1a3e52d4fbffeeb9f8b9345b25012fd0bd07039a00be84fd83d83a9bb25bcefab09597a81e9392522be835dd6693dd00050f8624af00')
+b2sums=('56e44928229c9c4fda662fa64fc4021bd361c2c959f0786764b84fa4cc9d7f7b0d5440edb4d4079657cc7bf450ac9c755f554c7da7a8b2b7e96d69ddbeb4f22f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --disable-static \
+    --with-libcrypto \
+    --with-fuse \
+    --with-ntfs-3g \
+    --prefix=/usr
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # documentation
+  install -Dm644 {NEWS,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
+
+  # licenses
+  install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Reply via email to