You are not logged in.

#1 2022-12-04 12:29:27

linuxscoop
Member
Registered: 2022-08-09
Posts: 26

Update fopnu

I've updated my PKGBUILD but I don't know how to edit the text from the AUR website. Could someone update it?

# Maintainer: FKonAUR <fkonaur at googlegroups dot com>
# Maintainer: Amy Wilson <awils_1 at xsmail dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=fopnu
pkgver=1.58
pkgrel=1
pkgdesc='A new and powerful P2P File Sharing System'
arch=('x86_64')
url='https://www.fopnu.com'
license=("custom:${pkgname}")
depends=('gtk2' 'dbus-glib')
makedepends=('tar')
source=("${pkgname}-${pkgver}.deb::https://download2.fopnu.com/download/fopnu_${pkgver}-1_amd64.deb"
        'LICENSE')
sha256sums=('f8fb65db8673e17b856f7e378bf5db32108f5c2a92bdc46a6bee9f1c1e89be7c'
            '0bc342f6415aa54c3d313af6a45152cb005024c7167d4fd0c71bfa004a2f8e4f')

package() {
  tar xvf data.tar.xz -C "${pkgdir}"
  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
# vim:set ts=2 sw=2 et:

Offline

#2 2022-12-04 12:51:06

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

Re: Update fopnu

Only maintainers and co-maintainers can do that, the process of updating is the same as you did for the previous update .

Re-read https://wiki.archlinux.org/title/AUR_su … guidelines , especially section 1.4


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

Board footer

Powered by FluxBB