summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-23 10:00:06 -0700
committeryochananmarqos2020-01-23 10:00:06 -0700
commite1385d47c8490a3ae09c04f1ec13183f73186a55 (patch)
tree74c225c473f52f9302b657742855fb0c9aa57d91
parent1648d612f9f368d51cc30d6d5018965d02397943 (diff)
downloadaur-e1385d47c8490a3ae09c04f1ec13183f73186a55.tar.gz
added PGP sig
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb69c3396de9..8b27a58d07d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = python-block_tracing
pkgdesc = Protect process memory
pkgver = 1.0.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/rianhunter/block_tracing
arch = any
license = MIT
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/b/block_tracing/block_tracing-1.0.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/b/block_tracing/block_tracing-1.0.1.tar.gz.asc
source = https://raw.githubusercontent.com/rianhunter/block_tracing/master/LICENSE
+ validpgpkeys = 584EDA5AAC13B9FBFB13F678A6A5398DACC9C15C
sha256sums = 9faa009a702a8f2f605ebb78314d5ca2a2a93543d061038a3d3a978c93385e68
+ sha256sums = SKIP
sha256sums = b6fe6404f46a6a82220d921d7854fa8c20c8ea40ff0d0e24748b46878c5d291f
pkgname = python-block_tracing
diff --git a/PKGBUILD b/PKGBUILD
index 05936b8a5824..4c0146319fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
pkgname=python-block_tracing
_name=block_tracing
pkgver=1.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Protect process memory"
arch=('any')
url="https://github.com/rianhunter/block_tracing"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"{,.asc}
"https://raw.githubusercontent.com/rianhunter/$_name/master/LICENSE")
sha256sums=('9faa009a702a8f2f605ebb78314d5ca2a2a93543d061038a3d3a978c93385e68'
+ 'SKIP'
'b6fe6404f46a6a82220d921d7854fa8c20c8ea40ff0d0e24748b46878c5d291f')
+validpgpkeys=('584EDA5AAC13B9FBFB13F678A6A5398DACC9C15C') # Rian Hunter <rian@thelig.ht>
build() {
cd "$_name-$pkgver"