summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Biggers2015-11-14 13:35:18 -0600
committerEric Biggers2015-11-14 13:35:18 -0600
commit7bfd8a9ab146b50545104ad4b846c5a0038387c0 (patch)
tree6515e2dda60361c1f596459069619d2c24910145 /PKGBUILD
parent46bedce381fe750a6f05a00fe9c50d3b07f393e2 (diff)
downloadaur-7bfd8a9ab146b50545104ad4b846c5a0038387c0.tar.gz
Update to v1.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')