[aur-requests] Issue with new package
I searched the AUR for the existance of the package Veles ( https://codisec.com/veles/), nothing showed up so I wrote a PKGBUILD for it. Upon initalizing an empty project directory, I got the following: git clone ssh://aur@aur.archlinux.org/veles.git Cloning into 'veles'... remote: Counting objects: 19, done. remote: Compressing objects: 100% (18/18), done. remote: Total 19 (delta 0), reused 18 (delta 0) Receiving objects: 100% (19/19), 17.74 KiB | 3.55 MiB/s, done. cd veles ls veles.png Veles.desktop PKGBUILD head PKGBUILD # Maintainer: Mateusz Paluszkiewicz <aifam96@gmail.com> pkgname=(veles python-veles) pkgver=2017.2.0.YAGNI pkgrel=1 pkgdesc='Binary data analysis and visualization tool' url='https://codisec.com/veles' license=('APLv2') source=( "git+https://github.com/codilime/veles.git#tag=${pkgver}" Any help would be appreciated, thanks!
Le 09/09/2017 à 09:48, Tony Lambiris via aur-requests a écrit :
I searched the AUR for the existance of the package Veles (https://codisec.com/veles/), nothing showed up so I wrote a PKGBUILD for it.
Upon initalizing an empty project directory, I got the following: git clone ssh://aur@aur.archlinux.org/veles.git <http://aur@aur.archlinux.org/veles.git> Cloning into 'veles'... remote: Counting objects: 19, done. remote: Compressing objects: 100% (18/18), done. remote: Total 19 (delta 0), reused 18 (delta 0) Receiving objects: 100% (19/19), 17.74 KiB | 3.55 MiB/s, done. cd veles ls veles.png Veles.desktop PKGBUILD head PKGBUILD # Maintainer: Mateusz Paluszkiewicz <aifam96@gmail.com <mailto:aifam96@gmail.com>>
pkgname=(veles python-veles) pkgver=2017.2.0.YAGNI pkgrel=1 pkgdesc='Binary data analysis and visualization tool' url='https://codisec.com/veles' license=('APLv2') source=( "git+https://github.com/codilime/veles.git#tag=${pkgver} <https://github.com/codilime/veles.git#tag=$%7Bpkgver%7D>"
Any help would be appreciated, thanks!
This means the package existed before but was deleted (git trees are not deleted). Pushing a new commit will restore the package. Regards, Bruno
Even if I wasn't the prior owner? I'm assuming it is in an orphaned state. Thanks for the fast reply! On Sat, Sep 9, 2017, 10:00 AM Bruno Pagani <bruno.n.pagani@gmail.com> wrote:
Le 09/09/2017 à 09:48, Tony Lambiris via aur-requests a écrit :
I searched the AUR for the existance of the package Veles ( https://codisec.com/veles/), nothing showed up so I wrote a PKGBUILD for it.
Upon initalizing an empty project directory, I got the following: git clone ssh://aur@aur.archlinux.org/veles.git Cloning into 'veles'... remote: Counting objects: 19, done. remote: Compressing objects: 100% (18/18), done. remote: Total 19 (delta 0), reused 18 (delta 0) Receiving objects: 100% (19/19), 17.74 KiB | 3.55 MiB/s, done. cd veles ls veles.png Veles.desktop PKGBUILD head PKGBUILD # Maintainer: Mateusz Paluszkiewicz <aifam96@gmail.com>
pkgname=(veles python-veles) pkgver=2017.2.0.YAGNI pkgrel=1 pkgdesc='Binary data analysis and visualization tool' url='https://codisec.com/veles' license=('APLv2') source=( "git+https://github.com/codilime/veles.git#tag=${pkgver}"
Any help would be appreciated, thanks!
This means the package existed before but was deleted (git trees are not deleted). Pushing a new commit will restore the package.
Regards, Bruno
Le 09/09/2017 à 16:01, Tony Lambiris a écrit :
Even if I wasn't the prior owner? I'm assuming it is in an orphaned state.
Thanks for the fast reply!
Yes, a deleted package has no owner indeed.
Cheers man, thanks again Bruno! https://aur.archlinux.org/packages/veles/ On Sat, Sep 9, 2017 at 10:02 AM Bruno Pagani <bruno.n.pagani@gmail.com> wrote:
Le 09/09/2017 à 16:01, Tony Lambiris a écrit :
Even if I wasn't the prior owner? I'm assuming it is in an orphaned state.
Thanks for the fast reply!
Yes, a deleted package has no owner indeed.
participants (2)
-
Bruno Pagani
-
Tony Lambiris