15 Sep
2010
15 Sep
'10
8:03 a.m.
Am 15.09.2010 09:54, schrieb Harvey:
Sadly not even the AUR webinterface pays attention to variables right now. By using a source like
_majorver=(`echo $pkgver | egrep -o '[0-9]+\.[0-9]*+'`)
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/$_majorver/$_pkgbasenam...)
the source link on the AUR page of the Pakage breaks...
The AUR was never able to handle more complex PKGBUILDs, everything it parses (pkgname, pkgver, pkgrel, source, and so on) must be a string with no variable substitutions in it. The PKGBUILDs we use for binary packages are very often not AUR-compatible.