You are not logged in.

#1 2007-01-30 10:47:01

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

New libupnp-PKGBUILD (1.4.1)

Hi!

I'm new to Arch, but it easily replaced Ubuntu on my desktop.

While installing libupnp I noticed there's an old version in AUR. I updated the PKGUILD and wanted to upload to AUR, but I'm not allowed to overwrite the existing file.

Additional Information: The URL of the libupnp project has changed. There are no new releases on the old project anymore. The new URL is http://pupnp.sourceforge.net. It is highly encouraged to upgrade as old versions had some issues (ask phoenix@amule.org for details) and most important much worse hardware support.

(Download: http://wuischke.hateworx.org/download-libupnp.html)

# Contributor: Johannes Krampf <wuischke@amule.org>
# based on PKGBUILD by Erik de Jong <ecco256@gmail.com>
pkgname=libupnp
pkgver=1.4.1
pkgrel=1
pkgdesc="An SDK for development of UPnP device and control point applications for Linux."
url="http://pupnp.sourceforge.net/"
options=('NOLIBTOOL')
license="BSD"
depends=()
source=([url]http://downloads.sourceforge.net/pupnp/libupnp-$pkgver.tar.gz[/url])
md5sums=('f3b55c24ff77ee6789d758ec1634d5e7')

build() {
  cd $startdir/src/libupnp-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install

  install -D LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}

Would be nice if someone could review my PKGBUILD and upload it to AUR/allow me to upload.

Offline

#2 2007-02-01 19:39:02

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: New libupnp-PKGBUILD (1.4.1)

Anyone who could tell me what to do? The package is orphaned, but I cannot overwrite it. (Of course, it's my first contribution and it could be something evil.)

Offline

#3 2007-02-01 19:46:21

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,910

Re: New libupnp-PKGBUILD (1.4.1)

Create an aur user account if you don't have one yet

Goto AUR  & LOGIN



select packages, search for libupnp

     community      lib      libupnp 1.3.1-1         1             An SDK for development of UPnP device and control point applications for Linux.      orphan

At the start of the above line there's a checkbox , select it
click 'adopt packages'
This will make you the maintainer of the package, now you can upload new versions


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2007-02-01 19:47:18

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: New libupnp-PKGBUILD (1.4.1)

You can't update the package because it is in the community repo. Only TU can do that. I'll do the update tonight. BTW, next time you see a package out-of-date in AUR, flag it out-of-date. I've flagged it this time.

Offline

#5 2007-02-01 20:10:21

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: New libupnp-PKGBUILD (1.4.1)

Thank you both.

next time you see a package out-of-date in AUR, flag it out-of-date.

I'll do, but I wasn't logged in and thus couldn't see the link to flag it out-of-date.

Offline

Board footer

Powered by FluxBB