summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-12 10:00:30 -0600
committerChristopher Patrick Fair2020-05-12 10:00:30 -0600
commit40fc1156a98a404f06f067ebfc2791c13548b0f3 (patch)
treed13aaddd7c5eb255846fc221614e41b8fe787eea
parent7a1d3039312a58e263d760118d3476216ba83685 (diff)
downloadaur-40fc1156a98a404f06f067ebfc2791c13548b0f3.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 f6c4f23410b2..2637664427e8 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 = 3
+ pkgrel = 4
url = https://github.com/chrisfair/checkpwn/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 21f28ec56204..49c269d9613b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Fair <christopherpfair@comcast.net>
pkgname=checkpwn
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
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/"