summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2020-07-08 20:12:44 -0400
committerbinex-dsk2020-07-08 20:12:44 -0400
commit5dd83440076384689cdb0210d6cb09f13288411d (patch)
tree658c3b46c707bcab172cde9d5a6e636cd98a5ea0
parentdd56c41bdada5eb4e4e36a172b53bd8baf434f9f (diff)
downloadaur-5dd83440076384689cdb0210d6cb09f13288411d.tar.gz
binary files! yay!
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f3efc541909..13ac362386fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = passman
pkgdesc = Super-secure, easy-to-use password manager.
- pkgver = 0.5.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/binex-dsk/passman-aur
arch = any
license = GPL3
- depends = python3
- depends = python-sqlalchemy
- provides = passman
source = git+https://github.com/binex-dsk/passman-aur.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f19a3a21ff1c..46d3c522b724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,14 @@
# Maintainer: Carson Rueter <bottomtext97@gmail.com>
pkgname='passman'
-pkgver=0.5.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Super-secure, easy-to-use password manager."
arch=('any')
url="https://github.com/binex-dsk/passman-aur"
license=('GPL3')
-provides=('passman')
-depends=('python3' 'python-sqlalchemy')
source=("git+https://github.com/binex-dsk/passman-aur.git")
md5sums=('SKIP')
package() {
- if [ -d ~/.config/passman != 0 ]; then mkdir ~/.config/passman; fi
install -Dm755 "${srcdir}/passman-aur/passman" "${pkgdir}/usr/bin/passman"
- install -Dm755 "${srcdir}/passman-aur/passman.pyc" "${pkgdir}${HOME}/.config/passman/passman.pyc"
}