mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
argparse: auto updated to 3.2-1
This commit is contained in:
parent
f3d79884c3
commit
4d914eebe3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# maintainer: JustKidding <jk@vin.ovh>
|
||||
pkgname=argparse
|
||||
pkgver=3.1
|
||||
pkgver=3.2
|
||||
pkgrel=1
|
||||
pkgdesc="Argument Parser for Modern C++"
|
||||
arch=(any)
|
||||
|
@ -8,7 +8,7 @@ url="https://github.com/p-ranav/argparse"
|
|||
license=("MIT")
|
||||
makedepends=("cmake")
|
||||
source=("https://github.com/p-ranav/argparse/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('31e03b7de44e091614c1680e76988e0f7f5bdc6baf0262ed0583c6311d6d0611b7e30fa73b4522fd99d8ea81e74e5a74a91888135a1352d9ab08bf4a5467d32d')
|
||||
sha512sums=('83bebae6fd022c729bc589942a2aba7d601948a93eff3c170352885ab95a30fc7d0ff15a2f42fc935ee6c2db18f4a70ecd855a45af5f37383f77745271f01d78')
|
||||
|
||||
build() {
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Add table
Reference in a new issue