renaming is (kinda) possible:
https://wiki.archlinux.org/title/AUR_submission_guidelines#Merge
Git Clone URL: | https://aur.archlinux.org/ausweisapp2.git (read-only, click to copy) |
---|---|
Package Base: | ausweisapp2 |
Description: | A software application that you install on your computer to use your national identity card or your electronic residence permit for online identification |
Upstream URL: | https://www.ausweisapp.bund.de/ |
Licenses: | custom:EUPL1.2 |
Submitter: | J5lx |
Maintainer: | Misery |
Last Packager: | Misery |
Votes: | 70 |
Popularity: | 0.49 |
First Submitted: | 2017-09-15 18:13 (UTC) |
Last Updated: | 2024-10-30 12:11 (UTC) |
renaming is (kinda) possible:
https://wiki.archlinux.org/title/AUR_submission_guidelines#Merge
Upstream has renamed Ausweisapp2 to AusweisApp (finally), so the source
entry in PKGBUILD
could be adjusted, and this AUR package even should be renamed – although I'm not sure whether this is possible at all.
pacaur -S ausweisapp2 :: Package ausweisapp2 not found in repositories, trying AUR... :: resolving dependencies... :: looking for inter-conflicts... AUR Packages (1) ausweisapp2-2.2.0-1 Repo Packages (3) cmake-3.30.1-1 cppdap-1.58.0-2 rhash-1.4.4-1 Repo Download Size: 12.03 MiB Repo Installed Size: 77.37 MiB :: Proceed with installation? [Y/n] :: Retrieving package(s)... You are not currently on a branch. Please specify which branch you want to rebase against. See git-pull(1) for details. git pull <remote> <branch> error: clone failed for ausweisapp2: INTERNAL: git exited with unexpected exit status 1 :: failed to retrieve packages
The problem seems to have been resolved a few minutes ago.
@pand0ra
Instead of changing the PKGBUILD you can also change either the global(/etc/makepkg.conf
) makepkg config or create a user specific one(~/.makepkg.conf
or $XDG_CONFIG_HOME/pacman/makepkg.conf
where $XDG_CONFIG_HOME
is most likely ~/.config
) and overwrite the setting there.
This has the advantage, that it disables debug packages for all packages, not just this one.
Since there is no bug tracker for the application and I know that the developer is reading here, I'm sharing my experiences here, even if they don't directly relate to building the package.
After installing version 2.1.x, the paired devices could no longer be seen on the PC. After downgrading to version 2.0.3, the devices were visible again. After I re-paired the smartphone with the PC via the app, the smartphone was visible and the PC was visible twice in the app.
Apparently old connections from versions before 2.1.x are no longer recognized in the current version and the devices have to be re-paired.
In addition, the home page now appears every time you start it; previously the application was moved directly to the systray.
@pand0ra: The debug packages have been built for some time because the standard settings have changed. If you don't want a debug package, override the setting with
options=('!debug')
in the PKGBUILD
Hello, sorry if this is a stupid question, but when using yay to get ausweisapp2, at the end I got prompted to install ausweisapp2 and ausweisapp2-debug. Is this okay? I was a little confused because this debug-package like came out of nowhere. It doesn't seem to exist on it's own in the aur and isn't a dependency to anything. Is it normal, that some packages come up with a debug-package like this?
I also the same error "merging /home/user/.cache/yay/ausweisapp2: fatal: No current branch."
Deleting the cache fixed it for me. rm -rf /home/$USER/.cache/yay/ausweisapp2
AUR Explicit (1): ausweisapp2-2.1.1-1
Sync Dependency (2): qt6-websockets-6.7.0-1, qt6-scxml-6.7.0-1
Sync Make Dependency (1): qt6-tools-6.7.0-2
:: PKGBUILD up to date, skipping download: ausweisapp2
-> error merging /home/user/.cache/yay/ausweisapp2: fatal: No current branch.
Thank you, now the update works for me.
Pinned Comments
williX commented on 2022-09-18 17:08 (UTC) (edited on 2022-09-18 17:09 (UTC) by williX)
Thanks to older comments, problem with unknown pgp key is solved. Had to enter
I tried several keyservers, but keyserver.ubuntu.com was the right one.