You are not logged in.

#1 2011-09-15 13:03:25

hotweiss
Member
From: Warsaw, Poland
Registered: 2011-08-21
Posts: 26
Website

How do I update the PKGBUILD in AUR?

I want to update this package so it downloads and installs:

https://aur.archlinux.org/packages.php?ID=44331

How do I edit the PKGBUILD?  Can only the original maintainer change it?

Offline

#2 2011-09-15 13:17:16

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: How do I update the PKGBUILD in AUR?

Only the maintainer can modify a package.
First try commenting on the package (with a link to your new PKGBUILD). If that doesn't work, try asking the maintainer directly (email) to disown the package. If you get no response, post on the AUR mailing list.

Last edited by Stebalien (2011-09-15 13:20:14)


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#3 2011-09-15 14:49:34

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How do I update the PKGBUILD in AUR?

pkgver=$(date "+%Y%m%d")

seems to work fine. How to deal w/ the checksums other than '--skipinteg'?

Offline

#4 2011-09-17 12:33:52

josephg
Member
From: Brazil
Registered: 2009-09-28
Posts: 118

Re: How do I update the PKGBUILD in AUR?

The manual way would be to run 'makepkg -g' and copy-and-paste in PKGBUILD

With shell scripting in PKGBUILD: md5sums=( $(md5sum sjp-myspell-pl-${pkgver}.zip | awk '{print $1}') )

Offline

#5 2011-09-17 12:37:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: How do I update the PKGBUILD in AUR?

josephg wrote:

With shell scripting in PKGBUILD: md5sums=( $(md5sum sjp-myspell-pl-${pkgver}.zip | awk '{print $1}') )

makepkg -g >> PKGBUILD

is the preferred way ;P

Offline

#6 2011-09-17 14:13:57

josephg
Member
From: Brazil
Registered: 2009-09-28
Posts: 118

Re: How do I update the PKGBUILD in AUR?

karol wrote:
makepkg -g >> PKGBUILD

is the preferred way ;P

I don't disagree. I was just trying to provide a self-update inside-PKGBUILD solution, similar to pkgver=$(date "+%Y%m%d")

Last edited by josephg (2011-09-17 14:27:02)

Offline

Board footer

Powered by FluxBB