summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrvine2017-05-10 17:22:15 +0100
committerIrvine2017-05-10 17:22:15 +0100
commitebd2337c2f25a9666bb27f85d6079bba7a80b1a1 (patch)
treeba51ec0ce1d502db95544dc076f313241af1cfd3
parent9d879faa421fd94c6f00adfc0cf6523a385eb883 (diff)
downloadaur-ebd2337c2f25a9666bb27f85d6079bba7a80b1a1.tar.gz
minor bug fix to update flag
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ddb74975155..b204f65213b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archaudit-report
- pkgdesc = Report of applications with inherited security advisories
- pkgver = 1.0
+ pkgdesc = Report on applications with inherited security advisories
+ pkgver = 1.01
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.0.tar.gz
- sha256sums = fd4559b866f73dd3ae6fb3f7e2a6bd36b3f14150fbd16e8af24c896fb5c4402c
+ source = https://github.com/Irvinehimself/ArchAudit-Report/archive/v1.01.tar.gz
+ sha256sums = 3d78f9f92ee296e5cda42bbde096f9c394bc18a91fbd9446dc726d4b0c80574b
pkgname = archaudit-report
diff --git a/PKGBUILD b/PKGBUILD
index 8d97cb2b3b42..81a6a6433870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Irvine <irvinemcminn_at_that gmail_place>
pkgname=archaudit-report
-pkgver=1.0
+pkgver=1.01
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.0.tar.gz")
-sha256sums=("fd4559b866f73dd3ae6fb3f7e2a6bd36b3f14150fbd16e8af24c896fb5c4402c")
+source=("https://github.com/Irvinehimself/ArchAudit-Report/archive/v1.01.tar.gz")
+sha256sums=("3d78f9f92ee296e5cda42bbde096f9c394bc18a91fbd9446dc726d4b0c80574b")
package() {
cd ${srcdir}/"ArchAudit-Report-$pkgver"