George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
wimlib


Commits:
ee46526a by George Rawlinson at 2024-03-12T11:46:02+13:00
upgpkg: 1.14.4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = wimlib
+       pkgdesc = A library and program to extract, create, and modify WIM files
+       pkgver = 1.14.4
+       pkgrel = 1
+       url = https://wimlib.net
+       arch = x86_64
+       license = custom
+       checkdepends = attr
+       makedepends = git
+       depends = fuse3
+       depends = ntfs-3g
+       optdepends = cdrkit: for making ISO image of Windows PE
+       optdepends = mtools: for making disk image of Windows PE
+       optdepends = syslinux: for making disk image of Windows PE
+       optdepends = cabextract: for extracting Windows PE from the WAIK
+       provides = libwim.so
+       source = 
wimlib::git+https://github.com/ebiggers/wimlib#commit=cd2a5e5d2e95c36e81d09077d06ad136f7d24950
+       b2sums = SKIP
+
+pkgname = wimlib


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Eric Biggers <ebiggers3 at gmail dot com>
 
 pkgname=wimlib
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc='A library and program to extract, create, and modify WIM files'
 arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=(
   'cabextract: for extracting Windows PE from the WAIK'
 )
 provides=('libwim.so')
-_commit='4baa0ab7b8ad5c7f0a109e22e9a6c8621a7edd42'
+_commit='cd2a5e5d2e95c36e81d09077d06ad136f7d24950'
 source=("$pkgname::git+https://github.com/ebiggers/wimlib#commit=$_commit";)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wimlib/-/commit/ee46526a4d5ed282728ffc4ef5a342eb975a3522

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wimlib/-/commit/ee46526a4d5ed282728ffc4ef5a342eb975a3522
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to