summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrvine2017-12-08 15:44:32 +0000
committerIrvine2017-12-08 15:44:32 +0000
commit1144e39bfdcbcba5ef86b7a180de9ef50ae88b3e (patch)
treef1eb0bf50d8c8e9a628c81cc577f16ecb3712b5c
parent2c80fb4d39c339013884b20c2107be1a837f173c (diff)
downloadaur-1144e39bfdcbcba5ef86b7a180de9ef50ae88b3e.tar.gz
Update to version 1.05
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 397678a18dfa..21d2b67338e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = archaudit-report
pkgdesc = Report on applications with inherited security advisories
- pkgver = 1.04
+ pkgver = 1.05
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.04.tar.gz
- sha256sums = 710e86f6421268c84c6c40101d21317addbbeead7aa237a599f688f8a3e09a43
+ source = https://github.com/Irvinehimself/ArchAudit-Report/archive/1.05.tar.gz
+ sha256sums = 90c80802e0a21d4f948348433e43895863e513f568719ee8cdb81059e425322d
pkgname = archaudit-report
diff --git a/PKGBUILD b/PKGBUILD
index 5d481a7f7966..3f9643c48b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Irvine <irvinemcminn_at_that gmail_place>
pkgname=archaudit-report
-pkgver=1.04
+pkgver=1.05
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.04.tar.gz")
-sha256sums=("710e86f6421268c84c6c40101d21317addbbeead7aa237a599f688f8a3e09a43")
+source=("https://github.com/Irvinehimself/ArchAudit-Report/archive/1.05.tar.gz")
+sha256sums=("90c80802e0a21d4f948348433e43895863e513f568719ee8cdb81059e425322d")
package() {
- cd ${srcdir}/"ArchAudit-Report-$pkgver"
+ cd "${srcdir}/ArchAudit-Report-$pkgver"
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
}