summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD20
2 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cc3ee0fef34..52544becdf52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = pw-git
url = https://gitlab.com/thomasjlsn/pw
arch = any
license = GPL3
+ makedepends = git
+ makedepends = make
+ depends = bash
depends = gnupg
depends = tree
provides = pw
diff --git a/PKGBUILD b/PKGBUILD
index 5015643c9864..36deedb9974f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,17 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
# Maintainer: Thomas Ellison <thomasjlsn@gmail.com>
pkgname=pw-git
pkgver=1.0.0
pkgrel=1
-epoch=
pkgdesc="A simple password manager"
arch=(any)
url="https://gitlab.com/thomasjlsn/pw"
license=('GPL3')
-groups=()
-depends=(gnupg tree)
-makedepends=()
-checkdepends=()
+depends=(bash gnupg tree)
+makedepends=(git make)
optdepends=()
provides=(pw)
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=("git+$url")
-noextract=()
md5sums=("SKIP")
-validpgpkeys=()
pkgver() {
cd pw