FS#27800 - "Only lowercase letters are allowed" with lowercase-only PKGBUILD name
Attached to Project:
AUR web interface
Opened by henning mueller (phects) - Monday, 02 January 2012, 11:49 GMT
Last edited by Allan McRae (Allan) - Monday, 02 January 2012, 19:45 GMT
Opened by henning mueller (phects) - Monday, 02 January 2012, 11:49 GMT
Last edited by Allan McRae (Allan) - Monday, 02 January 2012, 19:45 GMT
|
Details
I keep on getting the following message from AUR when
uploading the attached PKGBUILD:
"Invalid name: only lowercase letters are allowed." For me the cause of this message is not traceable, as every relevant filename or variable content in the PKGBUILD seem fairly lowercase to me. $ tar tf linux-pax-3.1.5-1.src.tar.gz linux-pax/ linux-pax/PKGBUILD linux-pax/change-default-console-loglevel.patch linux-pax/i915-fix-ghost-tv-output.patch linux-pax/i915-fix-incorrect-error-message.patch linux-pax/usb-add-reset-resume-quirk-for-several-webcams.patch linux-pax/config linux-pax/config.x86_64 linux-pax/linux-pax.install linux-pax/linux-pax.preset The PKGBUILD's variable "header": pkgbase='linux-pax' pkgname=('linux-pax' 'linux-pax-headers') _kernelname="${pkgname#linux}" _basekernel='3.1' _paxver='test20' pkgver="${_basekernel}.5" pkgrel='1' arch=('i686' 'x86_64') url='http://www.kernel.org/' license=('GPL2') depends=('paxctl') options=('!strip') |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 02 January 2012, 19:45 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#16394
Monday, 02 January 2012, 19:45 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#16394.Current AUR can't detect that and returns a confusing error message.