Skip to content

Commit

Permalink
kamerka: add pkgver() commented.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 19, 2024
1 parent 6c0e604 commit 1594b6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/kamerka/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=kamerka
pkgver=40.be17620
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='Build interactive map of cameras from Shodan.'
arch=('any')
Expand All @@ -18,6 +18,12 @@ makedepends=('git')
source=("git+https://github.com/woj-ciech/$pkgname.git#commit=be17620618163cf414cda63576f7947e6a7ec44c")
sha512sums=('SKIP')

#pkgver() {
# cd $pkgname
#
# echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
#}

package() {
cd $pkgname

Expand Down

0 comments on commit 1594b6f

Please sign in to comment.