Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
exploitdb


Commits:
1b53b7b7 by Levente Polyak at 2024-03-03T23:11:58+01:00
switch pkgver to scheme that works with `pkgctl version upgrade`

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Eli Schwartz <eschwa...@archlinux.org>
 
 pkgname=exploitdb
-_pkgver=2024-02-07
-pkgver=${_pkgver//-/}
+pkgver=20240207
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exploitdb/-/commit/1b53b7b77bd2e42f5268cdc697eed08ccca6e624

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/exploitdb/-/commit/1b53b7b77bd2e42f5268cdc697eed08ccca6e624
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to