summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers2016-01-31 01:17:51 -0600
committerEric Biggers2016-01-31 01:17:51 -0600
commit53d8370cbb1b4177509ec4c59c1c214075f7d63a (patch)
tree6a1dc7589f9714beea0608f6cce6bef882d83d7c
parent7bfd8a9ab146b50545104ad4b846c5a0038387c0 (diff)
downloadaur-53d8370cbb1b4177509ec4c59c1c214075f7d63a.tar.gz
Update to v1.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d9dedadb8e..49d82a6a184e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun Jan 31 07:17:41 UTC 2016
pkgbase = wimlib
pkgdesc = A library and program to extract, create, and modify WIM files
- pkgver = 1.8.3
+ pkgver = 1.9.0
pkgrel = 1
- url = http://wimlib.net
+ url = https://wimlib.net
arch = i686
arch = x86_64
license = custom
@@ -17,8 +19,8 @@ pkgbase = wimlib
optdepends = syslinux: for making disk image of Windows PE
optdepends = cabextract: for extracting Windows PE from the WAIK
optdepends = ntfsprogs: for making NTFS filesystems
- source = http://wimlib.net/downloads/wimlib-1.8.3.tar.gz
- sha1sums = 3e04424f805e0421235566d57996ccbfe222ce5d
+ source = https://wimlib.net/downloads/wimlib-1.9.0.tar.gz
+ sha1sums = b2d68a62661b254da3b0c2860110da8be68844a1
pkgname = wimlib
diff --git a/PKGBUILD b/PKGBUILD
index 8f7e1cd03291..02416e642d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=wimlib
-pkgver=1.8.3
+pkgver=1.9.0
pkgrel=1
pkgdesc="A library and program to extract, create, and modify WIM files"
arch=("i686" "x86_64")
-url="http://wimlib.net"
+url="https://wimlib.net"
license=("custom")
depends=("openssl" "fuse" "libxml2" "ntfs-3g" "attr")
optdepends=("cdrkit: for making ISO image of Windows PE"
@@ -14,7 +14,7 @@ optdepends=("cdrkit: for making ISO image of Windows PE"
"cabextract: for extracting Windows PE from the WAIK"
"ntfsprogs: for making NTFS filesystems")
checkdepends=("ntfsprogs")
-source=("http://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
build() {
cd "$pkgname-$pkgver"
@@ -38,4 +38,4 @@ package() {
done
}
-sha1sums=('3e04424f805e0421235566d57996ccbfe222ce5d')
+sha1sums=('b2d68a62661b254da3b0c2860110da8be68844a1')