summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Biggers2015-11-14 13:35:18 -0600
committerEric Biggers2015-11-14 13:35:18 -0600
commit7bfd8a9ab146b50545104ad4b846c5a0038387c0 (patch)
tree6515e2dda60361c1f596459069619d2c24910145
parent46bedce381fe750a6f05a00fe9c50d3b07f393e2 (diff)
downloadaur-7bfd8a9ab146b50545104ad4b846c5a0038387c0.tar.gz
Update to v1.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328f08efb8e6..22d9dedadb8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wimlib
pkgdesc = A library and program to extract, create, and modify WIM files
- pkgver = 1.8.2
+ pkgver = 1.8.3
pkgrel = 1
url = http://wimlib.net
arch = i686
@@ -17,8 +17,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.2.tar.gz
- sha1sums = fac34a6388d758db4886b81b19c69a206e20be11
+ source = http://wimlib.net/downloads/wimlib-1.8.3.tar.gz
+ sha1sums = 3e04424f805e0421235566d57996ccbfe222ce5d
pkgname = wimlib
diff --git a/PKGBUILD b/PKGBUILD
index 6baa01b01101..8f7e1cd03291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Biggers <ebiggers3 at gmail dot com>
pkgname=wimlib
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="A library and program to extract, create, and modify WIM files"
arch=("i686" "x86_64")
@@ -30,7 +30,7 @@ check() {
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- for file in NEWS README*; do
+ for file in NEWS README; do
install -Dm644 $file "$pkgdir/usr/share/doc/$pkgname/$file"
done
for file in COPYING*; do
@@ -38,4 +38,4 @@ package() {
done
}
-sha1sums=('fac34a6388d758db4886b81b19c69a206e20be11')
+sha1sums=('3e04424f805e0421235566d57996ccbfe222ce5d')