summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Lauinger2015-07-16 00:08:16 +0200
committerJohannes Lauinger2015-07-16 00:08:16 +0200
commit60ce2d58c5c06d0bde38e855453e7a8db96247c8 (patch)
treea0d8547f2254c6c5b704ec37896a42398a78b95c /PKGBUILD
parentb199e4370d18e0141a7333d36f015bdea5e3125f (diff)
downloadaur-kdbx-viewer.tar.gz
new Makefile version
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