You are not logged in.

#1 2009-11-29 09:11:36

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

AUR PKGBUILD Source URL times out [SOLVED]

I'm trying to build assogiate 0.2.1

http://aur.archlinux.org/packages.php?ID=9860

The source code is not available. The URL in the PKGBUILD for source times out.....

Connecting to www.kdau.com|216.231.55.137|:80... failed: Connection timed out.
Giving up.

SO.......I tried to use the source from Debian,

http://packages.debian.org/testing/utils/assogiate
http://packages.debian.org/source/squeeze/assogiate

editing the PKGBIULD source URL and md5sum, but now I get:

==> ERROR: One or more files did not pass the validity check!

The Modified PKGBUILD:

#Contributor: jordz (jordzz@gmail.com)
pkgname=assogiate
pkgver=0.2.1
pkgrel=4
pkgdesc="An editor of the MIME file types database for GNOME"
arch=(i686 x86_64)
depends=('glibmm' 'gtkmm' 'gnome-vfsmm' 'libxml++' 'gettext' 'libtool' 'gnome-doc-utils')
makedepends=('pkgconfig')
source=(http://ftp.de.debian.org/debian/pool/main/a/assogiate/assogiate_0.2.1.orig.tar.gz)
md5sums=('a63986ab2c3ea3e1a31f263ca0ff643d')
license=('GPL')
url="http://www.kdau.com/projects/assogiate/"

build() 
{
    cd ${srcdir}/$pkgname-$pkgver
    ./configure --prefix=/usr --disable-scrollkeeper
    make || return 1
    make DESTDIR=${pkgdir} install

Now what to do next?

Last edited by jeff story (2009-11-29 09:16:45)


Check out my website for info on the Arch Linux Installer

Offline

#2 2009-11-29 09:15:39

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Re: AUR PKGBUILD Source URL times out [SOLVED]

==> Finished making: assogiate 0.2.1-4 x86_64 (Sun Nov 29 01:13:59 PST 2009)

SOLVED..........My bad. I didn't save the last edit to the md5sum!!!

Last edited by jeff story (2009-11-29 09:46:55)


Check out my website for info on the Arch Linux Installer

Offline

Board footer

Powered by FluxBB