Questions tagged [makepkg]
makepkg is a script to automate the building of packages on Arch Linux
23 questions
0 votes
0 answers
148 views
can't install pgAdmin4 desktop on arch linux
I need your help! I'm trying to install pgAdmin4 desktop version on my Arch system. I am getting libfakeroot internal error: payload not recognized! while building package for pgadmin4-server(which is ...
1 vote
1 answer
98 views
Is it possible to use the magnet uri scheme in PKGBUILDs?
Is it possible to use resources exchanged with the BitTorrent protocol in pacman's PKGBUILDs?
0 votes
1 answer
754 views
Arch linux: custom repo: File is corrupted (invalid or corrupted package (checksum))
I created a custom repository on my manjaro machine (to make a custom Manjaro ISO) with adding: [manjaro-mate-aur-packages] SigLevel = Never Server = https://github.com/FreaxMATE/manjaro-mate-aur-...
0 votes
2 answers
1k views
Using PKGBUILD to build after hacking/changing sources?
I'm trying to hack a MSYS package, so I found https://www.msys2.org/wiki/Creating-Packages/ - as an example: git clone "https://github.com/msys2/MSYS2-packages" cd MSYS2-packages/flex ...
0 votes
1 answer
426 views
How to move a package's local git repo to another builddir and skip redownloading it yay or pacman?
I am using Arch. Last night I started installing a package whose repo size is ~2GB, but my internet connection is very slow, so I let it run overnight. It finished the download, but timed out at the ...
0 votes
1 answer
3k views
How to install AUR package in home directory?
IntelliJ IDEA Ultimate is not available as an Arch Linux core package, and has a built-in upgrade mechanism. For these reasons it would be convenient to install it into my home directory, letting it ...
3 votes
1 answer
1k views
Should I worry about 'WARNING: Package contains reference to $srcdir'?
I was building font-manager package from AUR on my Arch system. It is throwing a warning while the process : ==> WARNING: Package contains reference to $srcdir usr/lib/font-manager/libfontmanager.so....
2 votes
1 answer
6k views
how to remove a package install/build by makepkg
Follow this link, I build Slack in Arch by makepkg -sri. Unfortunately, it won't start and I decided to remove it. Issue: When I use pacman -Qm slack it returns error: package 'slack' was not found, ...
2 votes
1 answer
6k views
What is the difference between make and makepkg?
From Arch Wiki: Packages in Arch Linux are built using the makepkg utility. When makepkg is run, it searches for a PKGBUILD file in the current directory and follows the instructions therein to ...
2 votes
2 answers
35k views
"PKGBUILD does not exist" when running "makepkg -cf"
When I run makepkg -cf, I get an error: ==> ERROR: PKGBUILD does not exist. But if I run makepkg -p PKGBUILD.asc it works. Can someone explain to me someone why the first doesn't work?
0 votes
1 answer
3k views
Installing .deb (Brackets.Release.1.13.64-bit.deb) package in arch Linux
The latest release of Brackets (v1.13) is not available in the AUR. So I downloaded the official .deb package from the official site. Now how do I go about installing it ? Do I have to write a ...
0 votes
1 answer
487 views
How to compile Neofetch (from git) in arch Linux?
I know the latest Neofetch is available in the official arch repository but I want to build it from the git clone. Since it doesn't have the PKGBUILD so makepkg is out of question and the global step ...
0 votes
1 answer
1k views
How do I make PKGBUILD to install to fake root before makepkg builds
I have a tree which I need to install with a foder named /usr. This folder exists in src folder. Now I need to write a function in PKGBUILD that installs to the fakeroot before the *.pkg.tar.gz is ...
0 votes
1 answer
481 views
Manjaro AUR install: what is the difference between "makepkg -s" then "pacman -U *.tar.xz" vs "makepkg -si"
In Manjaro is there any functional difference between using makepkg -s followed by then running pacman -U <package_name>.tar.xz instead of just using makepkg -si ? I've seen them both used in ...
4 votes
1 answer
5k views
"Arming ConditionNeedsUpdate" error when Building Arch Linux Package
I'm trying to build an Arch Linux package for some icon theme, so I used this PKGBUILD file : pkgname=masalla pkgver=1.1 pkgrel=1 pkgdesc="A flat design icon theme by Hayder Majid" arch=('any') url=...