Skip to content

Commit

Permalink
scannerl: version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Feb 7, 2025
1 parent ec32aa5 commit 1ce3435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
14 changes: 4 additions & 10 deletions packages/scannerl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,24 @@
# See COPYING for license details.

pkgname=scannerl
pkgver=15.e52c46b
pkgver=76.8133065
pkgrel=1
pkgdesc='The modular distributed fingerprinting engine.'
groups=('blackarch' 'blackarch-fingerprint')
arch=('any')
url='https://github.com/kudelskisecurity/scannerl'
license=('GPL3')
depends=('erlang-nox')
depends=('erlang' 'erlang-eldap')
makedepends=('git' 'rebar')
source=("git+https://github.com/kudelskisecurity/$pkgname.git"
'build.sh.patch')
sha512sums=('SKIP'
'312aaffd4754684c985489490658495a96981a6224e3f4f13b9e4263c6141ad0fdff90099ef8737e62233b97cf5291061970556ad4a8b33074f28b01466b5a1b')
source=("git+https://github.com/kudelskisecurity/$pkgname.git")
sha512sums=('SKIP')

pkgver() {
cd $pkgname

echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}

prepare() {
patch -p1 < build.sh.patch
}

build() {
cd $pkgname

Expand Down
33 changes: 0 additions & 33 deletions packages/scannerl/build.sh.patch

This file was deleted.

0 comments on commit 1ce3435

Please sign in to comment.