summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b807d35dbd..38dfbbde1f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = pacaudit
pkgdesc = This package audits installed packages against known vulnerabilities. Use after pacman -Syu.
- pkgver = 0.4.0
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/steffenfritz/pacaudit
arch = i686
arch = x86_64
license = GPL3
makedepends = go
options = !strip
- source = https://github.com/steffenfritz/pacaudit/archive/v0.4.0.tar.gz
- source = https://fritz.wtf/v0.4.0.tar.gz.asc
- validpgpkeys = 7328F6E376924E4EE266381D3D9C808E038A615C
- sha256sums = 9512deb8b29e09aa2312661e5d8c5c0c331e2975110582f407e8482c7d471c4c
- sha256sums = a9482a2c999f6ca5da43ae206153f4a38e9607f3953443408f99349437ed2f0c
+ source = https://github.com/steffenfritz/pacaudit/archive/v1.0.0.tar.gz
+ sha256sums = ff7983cf99f8654749a642ed7c4a0a41522768d9030d3496c1efe262a9309a90
pkgname = pacaudit
diff --git a/PKGBUILD b/PKGBUILD
index fd3e63408c99..8b5c4a4d0a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Steffen Fritz <aur AT fritz DOT wtf>
pkgname=pacaudit
-pkgver=0.4.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="This package audits installed packages against known vulnerabilities. Use after pacman -Syu."
arch=('i686' 'x86_64')
url="https://github.com/steffenfritz/pacaudit"
@@ -9,12 +9,9 @@ license=('GPL3')
makedepends=('go')
options=('!strip')
-validpgpkeys=('7328F6E376924E4EE266381D3D9C808E038A615C')
-sha256sums=('9512deb8b29e09aa2312661e5d8c5c0c331e2975110582f407e8482c7d471c4c'
-'a9482a2c999f6ca5da43ae206153f4a38e9607f3953443408f99349437ed2f0c')
-
-source=("https://github.com/steffenfritz/pacaudit/archive/v$pkgver.tar.gz" "https://fritz.wtf/v$pkgver.tar.gz.asc")
+sha256sums=('ff7983cf99f8654749a642ed7c4a0a41522768d9030d3496c1efe262a9309a90')
+source=("https://github.com/steffenfritz/pacaudit/archive/v$pkgver.tar.gz")
prepare(){