Whatever it was, now it is working again with your original PKGBUILD.
Meanwhile however, version 2.8.1 is available. After I changed it in the 'provides' and '_remap' fields, it built correctly.
Search Criteria
Package Details: xf86-input-evdev-remap-git 2.8.1-1
Package Actions
| Package Base: | xf86-input-evdev-remap-git |
|---|---|
| Description: | X.org evdev input driver with keycode remapping |
| Upstream URL: | http://www.thenautilus.net/cgit/xf86-input-evdev/ |
| Category: | x11 |
| Licenses: | |
| Submitter: | Marcel_K |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2012-10-16 15:32 |
| Last Updated: | 2013-10-23 18:41 |
Latest Comments
Comment by toki
Comment by Marcel_K
That didn't work for me. It looks more like the Git server is temporary down.
Comment by toki
The default git path causes the following error message for me:
> Cloning into 'xf86-input-evdev'...
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
To fix it, I had to change _gitroot like this:
_gitroot=http://www.thenautilus.net/cgit/$_pkgname
After doing that, it works great! :)