Hello,

I'm trying to upload and updated PKGBUILD for my package spring-framework but I'm getting the error message "Invalid name: only lowercase letters are allowed.". I've never seen this before and also this is the first PKGBUILD with package splitting I've ever tried to upload so I guess it may be related (makepkg doesn't complain though). The significant parts of PKGBUILD look as follows:

pkgname=('spring-framework' 'spring-framework-doc')
pkgbase='spring-framework'
pkgver=3.0.6
pkgrel=1
...
build() {
  ...
}
package_spring-framework() {
  ...
}
package_spring-framework-doc() {
  ...
}

Am I doing something wrong?

Ondřej


--
Cheers,
Ondřej Kučera

Reply via email to