[aur-general] Can't upload a new package

Taylor Lookabaugh jesus.christ.i.love at gmail.com
Sat Apr 19 07:12:35 EDT 2014


On Apr 19, 2014 4:01 AM, "Ivan Shapovalov" <intelfx100 at gmail.com> wrote:
>
> Hello,
>
> I'm having trouble sending a new package to AUR.
> AUR replies "Missing arch variable in PKGBUILD".
> The PKGBUILD is pasted below; `namcap PKGBUILD` says nothing
> (i. e. all OK).
>
> ---- cut here ----
> # Maintainer: Ivan Shapovalov <intelfx100 at gmail.com>
>
> pkgname=power-management
> pkgver=11.4722a84
> url="https://github.com/intelfx/power-management"
> pkgrel=1
> pkgdesc="systemd-aware pm-powersave replacement"
> license=("GPL3")
> depends=()
> source=("power-management::git://
github.com/intelfx/power-management#commit=4722a84")
> install="power-management.install"
> arch=(any)
> md5sums=('SKIP')
>
> package() {
>         cd "power-management"
>         DESTDIR="$pkgdir" ./install.sh
> }
> ---- cut here ----
>
> Thanks.
>
> --
> Ivan Shapovalov / intelfx /

Isn't arch variable supposed to be in quotations? "any"


More information about the aur-general mailing list