summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 559ce8ba78a5..63f9df9d849d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Upstream author : Cem Keylan <https://github.com/cemkeylan>
pkgname=mu-wizard-git
-pkgver=0.r4.g97b6519
+pkgver=0.r42.g76f5844
pkgrel=1
pkgdesc="Shell script to easily setup mu4e on Emacs"
arch=('any')
@@ -29,5 +29,5 @@ pkgver() {
package() {
cd "$srcdir/${pkgname%-git}"
make DESTDIR="$pkgdir/" install
- install -Dm644 README.md -t "$pkgdir/usr/share/doc/${pkgname%-git}/"
+ install -Dm644 README.org -t "$pkgdir/usr/share/doc/${_pkgname}/"
}