summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Ellison2022-02-13 12:07:57 -0600
committerThomas Ellison2022-02-13 12:07:57 -0600
commit6e9fba4e91593dae9aa723bcda935fa3ef6f7322 (patch)
tree8ea0d51f27c2fc052b1ebee9c6f9f1c0ad3fff16
parenteae7bd366cdbd59a7dca40bf5d8d4d57034906d3 (diff)
downloadaur-6e9fba4e91593dae9aa723bcda935fa3ef6f7322.tar.gz
updated PKGBUILD
removed unused vars added all dependencies — I should not assume they are installed
-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