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