summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrvine2017-09-21 06:31:59 +0100
committerIrvine2017-09-21 06:31:59 +0100
commit2c80fb4d39c339013884b20c2107be1a837f173c (patch)
tree4aa067e401bbe4f457eca8a7dc80f2646153fbe5
parentd0d25dc6f244d01a41ad8772ac9d0214ffcb272a (diff)
downloadaur-2c80fb4d39c339013884b20c2107be1a837f173c.tar.gz
Fixed About:Version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb3dff43961..397678a18dfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archaudit-report
pkgdesc = Report on applications with inherited security advisories
- pkgver = 1.03
+ pkgver = 1.04
pkgrel = 1
url = https://github.com/Irvinehimself/ArchAudit-Report
arch = any
license = GPL3
depends = arch-audit
depends = 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
pkgname = archaudit-report
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"