You are not logged in.

#1 2010-07-18 20:53:50

seliur
Member
Registered: 2010-05-29
Posts: 2

Adopted Orphan package. Problems updating it. [SOLVED]

Here's the story. I was about to compile mdk myself, but then I thought to check the AUR. I found it, but orphaned and out-of-date. I adopted it and modified the PKGBUILD.


I ran

makepkg --source

then submitted the tarball. (as the wiki says to)

The aur page for the package updated the version number, but when I download the PKGBUILD, it's still the old one.

http://aur.archlinux.org/packages.php?ID=25158&detail=1

Have I done something wrong?


just in case here is the PKGBUILD

# Contributor: selir <seliur@lavabit.com>
# Based on the pkgbuild of the previous maintainer muflax <muflax@gmail.com> 


pkgname=mdk
pkgver=1.2.5
pkgrel=1
pkgdesc="MDK (MIX Development Kit) offers an emulation of MIX and MIXAL"
arch=("i686" "x86_64")
url="http://www.gnu.org/software/mdk/mdk.html"
license=('GPL')
depends=("libglade" "guile")
makedepends=('intltool>=0.3' 'glib2' )
optdepends=('gtk2: gmixvm gui' 'libglade: gmixvm gui' 'readline: provide command completion and history to the MIX virtual machine' 'guile: compile the MDK utilities with guile support and make them extensible with scheme')

source=("http://ftp.gnu.org/gnu/mdk/v${pkgver}/mdk-${pkgver}.tar.gz")
md5sums=('7dce75b47695ef90ff3abfaf4e3d77fc') 

build() {

    cd $srcdir/${pkgname}-${pkgver}     
    ./configure --prefix=/usr -enable-gui=yes -with-guile=yes -with-readline=yes|| return 1 #note the configure script with simply set these options to 'no' if the libraries are missing
    make  || return 1 
    make prefix=${pkgdir}/usr install || return 1
}

Last edited by seliur (2010-07-18 21:18:36)

Offline

#2 2010-07-18 21:07:08

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: Adopted Orphan package. Problems updating it. [SOLVED]

Sometimes it is necessary to click the browser's reload button to make newly uploaded files appear.

Offline

#3 2010-07-18 21:15:30

seliur
Member
Registered: 2010-05-29
Posts: 2

Re: Adopted Orphan package. Problems updating it. [SOLVED]

azleifel wrote:

Sometimes it is necessary to click the browser's reload button to make newly uploaded files appear.

It wasn't quite that simple. I had to clear the cache.

Offline

Board footer

Powered by FluxBB