summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-12 08:59:33 -0600
committerChristopher Patrick Fair2020-05-12 08:59:33 -0600
commit61aed8581d06e90f02eb1a77986a220534f0513e (patch)
tree2ea39832509927149630970ca61374c013e90aa3
parent96b9a795c5725f054f31386d2e763367c0a1e767 (diff)
downloadaur-61aed8581d06e90f02eb1a77986a220534f0513e.tar.gz
Changes to be committed:
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 797964311808..6e1ac4edffd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = checkpwn
pkgdesc = Checks whether the account or the password is on the list of compromised accounts.
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/chrisfair/checkpwn/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e94a087c3d9f..21f28ec56204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Fair <christopherpfair@comcast.net>
pkgname=checkpwn
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Checks whether the account or the password is on the list of compromised accounts."
arch=('i686' 'x86_64')
url="https://github.com/chrisfair/checkpwn/"