summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIrvine2017-09-21 06:31:59 +0100
committerIrvine2017-09-21 06:31:59 +0100
commit2c80fb4d39c339013884b20c2107be1a837f173c (patch)
tree4aa067e401bbe4f457eca8a7dc80f2646153fbe5 /PKGBUILD
parentd0d25dc6f244d01a41ad8772ac9d0214ffcb272a (diff)
downloadaur-2c80fb4d39c339013884b20c2107be1a837f173c.tar.gz
Fixed About:Version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcef63ee7da6..5d481a7f7966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Irvine <irvinemcminn_at_that gmail_place>
pkgname=archaudit-report
-pkgver=1.03
+pkgver=1.04
pkgrel=1
pkgdesc="Report on applications with inherited security advisories"
arch=('any')
url="https://github.com/Irvinehimself/ArchAudit-Report"
license=('GPL3')
depends=('arch-audit' 'pkgtools')
-source=("https://github.com/Irvinehimself/ArchAudit-Report/archive/v1.03.tar.gz")
-sha256sums=("2551816854ae2215bbdac03d0ac07a34fdd2de409acc2528977999a93c42f154")
+source=("https://github.com/Irvinehimself/ArchAudit-Report/archive/v1.04.tar.gz")
+sha256sums=("710e86f6421268c84c6c40101d21317addbbeead7aa237a599f688f8a3e09a43")
package() {
cd ${srcdir}/"ArchAudit-Report-$pkgver"