You are not logged in.

#1 2009-01-21 01:52:58

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Conditions for Valid Pacman entry? [SOLVED]

Okay...I have no idea why pacman is giving me this:

error: invalid name for database entry 'magicseteditor-0.3.8'

The folder contents in /var/lib/pacman/local seems fine...so here's the contents of each file

depends

%DEPENDS%
wxgtk

desc

%NAME%
magicseteditor

%VERSION%
0.3.8

%DESC%
Magic Set Editor: Allows you to create your own cards.

%URL%
http://magicseteditor.sourceforge.net/download

%LICENSE%
GPL

%ARCH%
i686

%BUILDDATE%
18446744073709551615

%INSTALLDATE%
1232429699

%PACKAGER%
Unknown Packager

%SIZE%
131406296

I'm sure the files text file of that folder is fine...so what do I need to fix?

Last edited by ShadowKyogre (2009-01-21 02:17:55)


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#2 2009-01-21 02:04:11

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Conditions for Valid Pacman entry? [SOLVED]

I'm not sure if this is the problem, but your package doesn't have the pkgrel information. The %VERSION% line should have <pkgver>-<pkgrel>. You're should read something like:

%VERSION%
0.3.8-1

Check to see if pkgrel is set in your PKGBUILD.

Offline

#3 2009-01-21 02:15:30

ShadowKyogre
Member
From: Hell! XP No... I'm not telling
Registered: 2008-12-19
Posts: 476
Website

Re: Conditions for Valid Pacman entry? [SOLVED]

Okay. I fiddled with the folder name and the version code and it does not give that anymore. Plus I didn't use a PKGBUILD to make the package. I made it myself  from their precompiled binaries(probably I should remember to put the pkgrel next time).

Thanks.

Last edited by ShadowKyogre (2009-01-21 02:16:38)


For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page

Offline

#4 2009-01-21 02:22:05

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Conditions for Valid Pacman entry? [SOLVED]

Even when you're installing binaries you should use PKGBUILD. They're actually pretty straight forward to do. It will help you to not pollute your system with random files.

Offline

Board footer

Powered by FluxBB