summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbinex-dsk2021-01-04 17:16:01 -0500
committerbinex-dsk2021-01-04 17:16:01 -0500
commitea1c64787bf7ddc63aa39ba90ae80a4f8dc8aac4 (patch)
tree5408ef01f7f225dd4458b7103b01e28ccae4c903 /PKGBUILD
parentc606c738a741e590e96e382959d4ecc138ba3dab (diff)
downloadaur-ea1c64787bf7ddc63aa39ba90ae80a4f8dc8aac4.tar.gz
2.0.0rc3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bdd17f32509..146ce036122b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname='passman++-devel'
pkgdesc='Incredibly simple and secure command-line password manager - development/debug release'
url="https://github.com/binex-dsk/$_pkgname/"
license=('BSD')
-pkgver=2.0.0rc2
+pkgver=2.0.0rc3
pkgrel=1
source=("https://github.com/binex-dsk/$_pkgname/archive/$pkgver.zip")
md5sums=('9bcc0952f4ba7ec424748ce9200c1b61')
@@ -16,8 +16,7 @@ arch=('x86_64')
build() {
cd "$srcdir/$_pkgname-$pkgver"
- cmake . -Wno-dev
- make
+ ./build.sh
}
package() {