summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4e0814c204b..7ea05cd9d3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kdbx-viewer
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="ncurses GUI to browse and command-line tool to dump all contents of a KeePass2 Database files (kdbx)"
arch=('x86_64')
url="https://github.com/max-weller/kdbx-viewer"
@@ -10,16 +10,9 @@ license=('GPL')
depends=('ncurses' 'libgcrypt' 'zlib' 'expat' 'stfl')
makedepends=('git')
provides=("kdbxviewer")
-install=
-changelog=
source=("git+https://github.com/max-weller/kdbx-viewer.git")
md5sums=('SKIP')
-prepare() {
- cd "$srcdir/$pkgname"
- patch -p0 < ../../Makefile.patch
-}
-
build() {
cd "$pkgname"
make