summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Biggers2016-08-20 00:23:00 -0700
committerEric Biggers2016-08-20 00:23:00 -0700
commit500284f2e7f4760450e8b70a93aeb6a08c8d75d7 (patch)
treec9636bbadd1e40b4d8a01a18be8c1297ec17e3ae /PKGBUILD
parent2a6aa76d928d8b5abc71e70eb5bf16f7d736aa33 (diff)
downloadaur-500284f2e7f4760450e8b70a93aeb6a08c8d75d7.tar.gz
Update to v1.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c0967714591..316bbf496001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=wimlib
-pkgver=1.9.2
+pkgver=1.10.0
pkgrel=1
pkgdesc="A library and program to extract, create, and modify WIM files"
arch=("i686" "x86_64")
url="https://wimlib.net"
license=("custom")
-depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr")
+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"
@@ -36,4 +37,4 @@ package() {
done
}
-sha256sums=('067cf78e6083a585d7dffd8ded059ba9584c3d530afcddf40b7219bc9adfd94f')
+sha256sums=('989b1b02f246c480dec10469374f4235d15a3d5e5ae054452405305af5007f55')