Package Details: mu-wizard-git 0.r47.g8f54347-3

Git Clone URL: https://aur.archlinux.org/mu-wizard-git.git (read-only, click to copy)
Package Base: mu-wizard-git
Description: Shell script to easily setup mu4e on Emacs
Upstream URL: https://github.com/cemkeylan/mu-wizard
Keywords: e-mail emacs email mu mu4e script setup wizard
Licenses: GPL3
Conflicts: mu-wizard
Provides: mu-wizard
Submitter: yin
Maintainer: yin (kindrobot)
Last Packager: yin
Votes: 0
Popularity: 0.000000
First Submitted: 2020-08-01 06:21 (UTC)
Last Updated: 2020-11-07 23:38 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

yin commented on 2022-07-17 19:05 (UTC) (edited on 2022-07-17 19:05 (UTC) by yin)

@kindrobot do you know how to push to AUR? I'm not using Arch anymore, so I added you as maintainer if you want to push changes to this package

kindrobot commented on 2022-07-02 18:23 (UTC)

I get the following error when I try to install this package:

error: failed to commit transaction (conflicting files)
mu-wizard-git: /usr/local/share/man exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.
==> WARNING: Failed to install built package(s).

I fixed it with the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index 9c22f58..2d456e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,6 @@ pkgver() {

 package() {
     cd "$srcdir/${_pkgname}"
-    make DESTDIR="$pkgdir/" install
+    make PREFIX="/usr" DESTDIR="$pkgdir/" install
     install -Dm644 README.org -t "$pkgdir/usr/share/doc/${_pkgname}/"
 }

yin commented on 2020-11-06 19:17 (UTC)

if you were using mu-wizard in a commit previous bcd329a87f10416e2d902a2e8f833c6e54672b7f, then you may want see the description of that change to update your configuration files accordingly.